@@ -14,46 +14,50 @@ line.ads:9:14: rule violation: more than one construct on the same line
14149 | procedure Proc (I : in out Integer); end Line; -- FLAG
1515 | ^^^^
1616
17- line.adb:8:7 : rule violation: more than one construct on the same line
18- 8 | B3 : Boolean; B4 : Boolean; -- FLAG (2)
19- | ^^
17+ line.adb:20:50 : rule violation: more than one construct on the same line
18+ 20 | accept Start (I : Integer; B : Boolean) do null; -- FLAG
19+ | ^^^ ^^
2020
21- line.adb:8:21 : rule violation: more than one construct on the same line
22- 8 | B3 : Boolean; B4 : Boolean; -- FLAG (2)
23- | ^^
21+ line.adb:29:7 : rule violation: more than one construct on the same line
22+ 29 | B3 : Boolean; B4 : Boolean; -- FLAG (2)
23+ | ^^
2424
25- line.adb:12:10: rule violation: more than one construct on the same line
26- 12 | I := J; if I > 0 then -- FLAG (2)
25+ line.adb:29:21: rule violation: more than one construct on the same line
26+ 29 | B3 : Boolean; B4 : Boolean; -- FLAG (2)
27+ | ^^
28+
29+ line.adb:33:10: rule violation: more than one construct on the same line
30+ 33 | I := J; if I > 0 then -- FLAG (2)
2731 | ^^^^^^^
2832
29- line.adb:12 :18: rule violation: more than one construct on the same line
30- 12 | I := J; if I > 0 then -- FLAG (2)
33+ line.adb:33 :18: rule violation: more than one construct on the same line
34+ 33 | I := J; if I > 0 then -- FLAG (2)
3135 | __________________^
32- 13 || I := 0; end if; -- FLAG
36+ 34 || I := 0; end if; -- FLAG
3337 ||__________________________^
3438
35- line.adb:13 :12: rule violation: more than one construct on the same line
36- 13 | I := 0; end if; -- FLAG
39+ line.adb:34 :12: rule violation: more than one construct on the same line
40+ 34 | I := 0; end if; -- FLAG
3741 | ^^^^^^^
3842
39- line.adb:26 :18: rule violation: more than one construct on the same line
40- 26 | My_Loop_2: for I in 1 .. 2 loop -- FLAG
43+ line.adb:47 :18: rule violation: more than one construct on the same line
44+ 47 | My_Loop_2: for I in 1 .. 2 loop -- FLAG
4145 | __________________^
4246 ||
4347 || ~~~ 1 other lines ~~~
4448 ||
45- 28 || end loop My_Loop_2;
49+ 49 || end loop My_Loop_2;
4650 ||_________________________^
4751
48- line.adb:30 :7: rule violation: more than one construct on the same line
49- 30 | Tmp := I; I := I + 1; -- FLAG (2)
52+ line.adb:51 :7: rule violation: more than one construct on the same line
53+ 51 | Tmp := I; I := I + 1; -- FLAG (2)
5054 | ^^^^^^^^^
5155
52- line.adb:30 :17: rule violation: more than one construct on the same line
53- 30 | Tmp := I; I := I + 1; -- FLAG (2)
56+ line.adb:51 :17: rule violation: more than one construct on the same line
57+ 51 | Tmp := I; I := I + 1; -- FLAG (2)
5458 | ^^^^^^^^^^^
5559
56- line.adb:32 :7: rule violation: more than one construct on the same line
57- 32 | I := I + 1; end Proc; -- FLAG
60+ line.adb:53 :7: rule violation: more than one construct on the same line
61+ 53 | I := I + 1; end Proc; -- FLAG
5862 | ^^^^^^^^^^^
5963
0 commit comments