@@ -38,39 +38,43 @@ prefix.ads:30:4: rule violation: Const3 does not start with constant prefix Cons
383830 | Const3 : Type_Enum_1 renames Const_C1; -- FLAG
3939 | ^^^^^^
4040
41- prefix.ads:34:4: rule violation: Exc_2 does not start with exception prefix X_
42- 34 | Exc_2 : exception; -- FLAG
41+ prefix.ads:35:7: rule violation: Const_Gen_Param is not a constant but starts with Const_
42+ 35 | Const_Gen_Param : Integer; -- FLAG
43+ | ^^^^^^^^^^^^^^^
44+
45+ prefix.ads:41:4: rule violation: Exc_2 does not start with exception prefix X_
46+ 41 | Exc_2 : exception; -- FLAG
4347 | ^^^^^
4448
45- prefix.ads:38 :9: rule violation: Root2 does not start with derived prefix Root_
46- 38 | type Root2 is new Root; -- FLAG
49+ prefix.ads:45 :9: rule violation: Root2 does not start with derived prefix Root_
50+ 45 | type Root2 is new Root; -- FLAG
4751 | ^^^^^
4852
49- prefix.ads:39 :9: rule violation: Root_1 does not start with subtype prefix Type_
50- 39 | type Root_1 is new Integer; -- FLAG
53+ prefix.ads:46 :9: rule violation: Root_1 does not start with subtype prefix Type_
54+ 46 | type Root_1 is new Integer; -- FLAG
5155 | ^^^^^^
5256
53- prefix.ads:45 :9: rule violation: Root4 does not start with derived prefix Root_
54- 45 | type Root4 is new Type_Sub2; -- FLAG
57+ prefix.ads:52 :9: rule violation: Root4 does not start with derived prefix Root_
58+ 52 | type Root4 is new Type_Sub2; -- FLAG
5559 | ^^^^^
5660
57- prefix.ads:52 :14: rule violation: My_Task does not start with concurrent prefix Type_Conc_
58- 52 | task type My_Task is -- FLAG
61+ prefix.ads:59 :14: rule violation: My_Task does not start with concurrent prefix Type_Conc_
62+ 59 | task type My_Task is -- FLAG
5963 | ^^^^^^^
6064
61- prefix.ads:60 :19: rule violation: My_Protected does not start with concurrent prefix Type_Conc_
62- 60 | protected type My_Protected is -- FLAG
65+ prefix.ads:67 :19: rule violation: My_Protected does not start with concurrent prefix Type_Conc_
66+ 67 | protected type My_Protected is -- FLAG
6367 | ^^^^^^^^^^^^
6468
65- prefix.ads:64 :9: rule violation: Type_Conc_Rec is not a concurrent but starts with Type_Conc_
66- 64 | type Type_Conc_Rec is null record; -- FLAG
69+ prefix.ads:71 :9: rule violation: Type_Conc_Rec is not a concurrent but starts with Type_Conc_
70+ 71 | type Type_Conc_Rec is null record; -- FLAG
6771 | ^^^^^^^^^^^^^
6872
69- prefix.ads:65 :9: rule violation: Type_Conc_Der is not a concurrent but starts with Type_Conc_
70- 65 | type Type_Conc_Der is new Integer; -- FLAG
73+ prefix.ads:72 :9: rule violation: Type_Conc_Der is not a concurrent but starts with Type_Conc_
74+ 72 | type Type_Conc_Der is new Integer; -- FLAG
7175 | ^^^^^^^^^^^^^
7276
73- prefix.ads:67 :4: rule violation: Const_Or_Node is not a constant but starts with Const_
74- 67 | Const_Or_Node : Integer := 1; -- FLAG
77+ prefix.ads:74 :4: rule violation: Const_Or_Node is not a constant but starts with Const_
78+ 74 | Const_Or_Node : Integer := 1; -- FLAG
7579 | ^^^^^^^^^^^^^
7680
0 commit comments