|
| 1 | +main.adb:13:12: rule violation: possible occurrence of KP 19901 |
| 2 | +13 | type P5 is new P2 with null record with Predicate => True; -- FLAG |
| 3 | + | ^^ |
| 4 | + |
| 5 | +main.adb:23:12: rule violation: possible occurrence of KP 19901 |
| 6 | +23 | subtype S2 is Test.P2 with Predicate => True; -- FLAG |
| 7 | + | ^^ |
| 8 | + |
| 9 | +main.adb:24:12: rule violation: possible occurrence of KP 19901 |
| 10 | +24 | subtype S3 is Test.P3 with Predicate => True; -- FLAG |
| 11 | + | ^^ |
| 12 | + |
| 13 | +main.adb:25:12: rule violation: possible occurrence of KP 19901 |
| 14 | +25 | subtype S4 is Test.P4 with Predicate => True; -- FLAG |
| 15 | + | ^^ |
| 16 | + |
| 17 | +main.adb:28:12: rule violation: possible occurrence of KP 19901 |
| 18 | +28 | subtype S7 is S6 with Predicate => True; -- FLAG |
| 19 | + | ^^ |
| 20 | + |
| 21 | +main.adb:32:9: rule violation: possible occurrence of KP 19901 |
| 22 | +32 | type T2 is new Test.P2 with null record with Predicate => True; -- FLAG |
| 23 | + | ^^ |
| 24 | + |
| 25 | +main.adb:33:9: rule violation: possible occurrence of KP 19901 |
| 26 | +33 | type T3 is new Test.P3 with null record with Predicate => True; -- FLAG |
| 27 | + | ^^ |
| 28 | + |
| 29 | +main.adb:34:9: rule violation: possible occurrence of KP 19901 |
| 30 | +34 | type T4 is new Test.P4 with null record with Predicate => True; -- FLAG |
| 31 | + | ^^ |
| 32 | + |
| 33 | +main.adb:37:9: rule violation: possible occurrence of KP 19901 |
| 34 | +37 | type T7 is new T6 with null record with Predicate => True; -- FLAG |
| 35 | + | ^^ |
| 36 | + |
| 37 | +main.adb:40:9: rule violation: possible occurrence of KP 19901 |
| 38 | +40 | type T8 is new S8 with null record with Predicate => True; -- FLAG |
| 39 | + | ^^ |
| 40 | + |
| 41 | +main.adb:42:9: rule violation: possible occurrence of KP 19901 |
| 42 | +42 | type T9 is new Test.P6 with null record with Predicate => True; -- FLAG |
| 43 | + | ^^ |
| 44 | + |
| 45 | +main.adb:43:9: rule violation: possible occurrence of KP 19901 |
| 46 | +43 | type T10 is new Test.P2 with null record; -- FLAG |
| 47 | + | ^^^ |
| 48 | + |
| 49 | +main_dynamic.adb:12:12: rule violation: possible occurrence of KP 19901 |
| 50 | +12 | type P5 is new P2 with null record with Dynamic_Predicate => True; -- FLAG |
| 51 | + | ^^ |
| 52 | + |
| 53 | +main_dynamic.adb:20:12: rule violation: possible occurrence of KP 19901 |
| 54 | +20 | subtype S2 is Test.P2 with Dynamic_Predicate => True; -- FLAG |
| 55 | + | ^^ |
| 56 | + |
| 57 | +main_dynamic.adb:21:12: rule violation: possible occurrence of KP 19901 |
| 58 | +21 | subtype S3 is Test.P3 with Dynamic_Predicate => True; -- FLAG |
| 59 | + | ^^ |
| 60 | + |
| 61 | +main_dynamic.adb:22:12: rule violation: possible occurrence of KP 19901 |
| 62 | +22 | subtype S4 is Test.P4 with Dynamic_Predicate => True; -- FLAG |
| 63 | + | ^^ |
| 64 | + |
| 65 | +main_dynamic.adb:25:12: rule violation: possible occurrence of KP 19901 |
| 66 | +25 | subtype S7 is S6 with Dynamic_Predicate => True; -- FLAG |
| 67 | + | ^^ |
| 68 | + |
| 69 | +main_dynamic.adb:29:9: rule violation: possible occurrence of KP 19901 |
| 70 | +29 | type T2 is new Test.P2 with null record with Dynamic_Predicate => True; -- FLAG |
| 71 | + | ^^ |
| 72 | + |
| 73 | +main_dynamic.adb:30:9: rule violation: possible occurrence of KP 19901 |
| 74 | +30 | type T3 is new Test.P3 with null record with Dynamic_Predicate => True; -- FLAG |
| 75 | + | ^^ |
| 76 | + |
| 77 | +main_dynamic.adb:31:9: rule violation: possible occurrence of KP 19901 |
| 78 | +31 | type T4 is new Test.P4 with null record with Dynamic_Predicate => True; -- FLAG |
| 79 | + | ^^ |
| 80 | + |
| 81 | +main_dynamic.adb:34:9: rule violation: possible occurrence of KP 19901 |
| 82 | +34 | type T7 is new T6 with null record with Dynamic_Predicate => True; -- FLAG |
| 83 | + | ^^ |
| 84 | + |
| 85 | +main_dynamic.adb:37:9: rule violation: possible occurrence of KP 19901 |
| 86 | +37 | type T8 is new S8 with null record with Dynamic_Predicate => True; -- FLAG |
| 87 | + | ^^ |
| 88 | + |
| 89 | +main_static.adb:14:9: rule violation: possible occurrence of KP 19901 |
| 90 | +14 | type T1 is new Test.P1 with Dynamic_Predicate => True; -- FLAG |
| 91 | + | ^^ |
| 92 | + |
0 commit comments