File tree 2 files changed +30
-1
lines changed
Filter options
cpp/common/test/deviations/deviations_report_deviated
2 files changed +30
-1
lines changed
Original file line number Diff line number Diff line change 1
1
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/type-long-double-used] | lgtm[cpp/autosar/type-long-double-used] | main.cpp:12:1:12:58 | Deviation of cpp/autosar/type-long-double-used applied to main.cpp Line 12 |
2
+ | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/type-long-double-used] | lgtm[cpp/autosar/type-long-double-used] | main.cpp:14:1:14:65 | Deviation of cpp/autosar/type-long-double-used applied to main.cpp Line 14 |
3
+ | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/type-long-double-used] | lgtm[cpp/autosar/type-long-double-used] | main.cpp:18:1:18:40 | Deviation of cpp/autosar/type-long-double-used applied to main.cpp Line 18 |
4
+ | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/type-long-double-used] | lgtm[cpp/autosar/type-long-double-used] | main.cpp:21:1:27:1 | Deviation of cpp/autosar/type-long-double-used applied to main.cpp Line 21:27 |
5
+ | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/type-long-double-used] | lgtm[cpp/autosar/type-long-double-used] | main.cpp:29:1:35:1 | Deviation of cpp/autosar/type-long-double-used applied to main.cpp Line 29:35 |
2
6
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/unused-return-value] | lgtm[cpp/autosar/unused-return-value] | nested/nested2/test2.h:1:1:6:1 | Deviation of cpp/autosar/unused-return-value for nested/nested2/test2.h. |
3
7
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | coding-standards.xml:1:1:17:19 | Deviation of cpp/autosar/useless-assignment for coding-standards.xml. |
4
- | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | main.cpp:1:1:14 :1 | Deviation of cpp/autosar/useless-assignment for main.cpp. |
8
+ | file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | main.cpp:1:1:39 :1 | Deviation of cpp/autosar/useless-assignment for main.cpp. |
5
9
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | nested/coding-standards.xml:1:1:13:19 | Deviation of cpp/autosar/useless-assignment for nested/coding-standards.xml. |
6
10
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | nested/nested2/test2.h:1:1:6:1 | Deviation of cpp/autosar/useless-assignment for nested/nested2/test2.h. |
7
11
| file://:0:0:0:0 | (no string representation) | // lgtm[cpp/autosar/useless-assignment] | lgtm[cpp/autosar/useless-assignment] | nested/test.h:1:1:6:1 | Deviation of cpp/autosar/useless-assignment for nested/test.h. |
Original file line number Diff line number Diff line change @@ -10,5 +10,30 @@ int main(int argc, char **argv) {
10
10
getX (); // NON_COMPLIANT
11
11
long double d1; // NON_COMPLIANT (A0-4-2)
12
12
long double d2; // a-0-4-2-deviation COMPLIANT[DEVIATED]
13
+
14
+ long double d3; // codeql::autosar_deviation(a-0-4-2-deviation)
15
+ // COMPLIANT[DEVIATED]
16
+ long double d4; // NON_COMPLIANT (A0-4-2)
17
+ // codeql::autosar_deviation_next_line(a-0-4-2-deviation)
18
+ long double d5; // COMPLIANT[DEVIATED]
19
+ long double d6; // NON_COMPLIANT (A0-4-2)
20
+
21
+ // codeql::autosar_deviation_begin(a-0-4-2-deviation)
22
+ long double d7; // COMPLIANT[DEVIATED]
23
+ getX (); // NON_COMPLIANT (A0-1-2)
24
+ long double d8; // COMPLIANT[DEVIATED]
25
+ getX (); // NON_COMPLIANT (A0-1-2)
26
+ long double d9; // COMPLIANT[DEVIATED]
27
+ // codeql::autosar_deviation_end(a-0-4-2-deviation)
28
+ long double d10; // NON_COMPLIANT (A0-4-2)
29
+ // codeql::autosar_deviation_begin(a-0-4-2-deviation)
30
+ long double d11; // COMPLIANT[DEVIATED]
31
+ getX (); // NON_COMPLIANT (A0-1-2)
32
+ long double d12; // COMPLIANT[DEVIATED]
33
+ getX (); // NON_COMPLIANT (A0-1-2)
34
+ long double d13; // COMPLIANT[DEVIATED]
35
+ // codeql::autosar_deviation_end(a-0-4-2-deviation)
36
+ long double d14; // NON_COMPLIANT (A0-4-2)
37
+ getX (); // NON_COMPLIANT (A0-1-2)
13
38
return 0 ;
14
39
}
You can’t perform that action at this time.
0 commit comments