Skip to content

Commit 1a7d3ee

Browse files
committed
update expected output after changing queries
1 parent afadcd9 commit 1a7d3ee

File tree

6 files changed

+40
-40
lines changed

6 files changed

+40
-40
lines changed
Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
| code2.cpp:5:6:5:7 | v1 | The value assigned to local variable 'v1' is never used. |
2-
| code2.cpp:7:6:7:7 | v3 | The value assigned to local variable 'v3' is never used. |
3-
| code2.cpp:11:16:11:17 | v7 | The value assigned to local variable 'v7' is never used. |
4-
| code2.cpp:26:16:26:17 | v1 | The value assigned to local variable 'v1' is never used. |
5-
| code2.cpp:27:16:27:17 | v2 | The value assigned to local variable 'v2' is never used. |
6-
| code2.cpp:42:11:42:16 | myVar1 | The value assigned to local variable 'myVar1' is never used. |
7-
| code2.cpp:64:7:64:8 | v3 | The value assigned to local variable 'v3' is never used. |
8-
| code2.cpp:108:11:108:12 | v2 | The value assigned to local variable 'v2' is never used. |
9-
| code2.cpp:128:9:128:9 | b | The value assigned to local variable 'b' is never used. |
10-
| code.c:10:18:10:18 | y | The value assigned to local variable 'y' is never used. |
11-
| code.c:11:18:11:18 | z | The value assigned to local variable 'z' is never used. |
12-
| code.c:18:7:18:7 | x | The value assigned to local variable 'x' is never used. |
13-
| code.c:19:10:19:10 | y | The value assigned to local variable 'y' is never used. |
14-
| code.c:30:45:30:45 | n | The value assigned to local variable 'n' is never used. |
15-
| code.c:46:6:46:6 | x | The value assigned to local variable 'x' is never used. |
16-
| code.c:52:8:52:8 | x | The value assigned to local variable 'x' is never used. |
17-
| code.c:67:6:67:9 | arr5 | The value assigned to local variable 'arr5' is never used. |
18-
| code.cpp:17:18:17:18 | e | The value assigned to local variable 'e' is never used. |
19-
| code.cpp:32:11:32:16 | mc_ptr | The value assigned to local variable 'mc_ptr' is never used. |
20-
| code.cpp:33:11:33:16 | mc_ref | The value assigned to local variable 'mc_ref' is never used. |
21-
| code.cpp:104:16:104:24 | my_static | The value assigned to local variable 'my_static' is never used. |
22-
| code.cpp:104:16:104:24 | my_static | The value assigned to local variable 'my_static' is never used. |
23-
| code.cpp:104:16:104:24 | my_static | The value assigned to local variable 'my_static' is never used. |
24-
| code.cpp:132:17:132:25 | my_static | The value assigned to local variable 'my_static' is never used. |
25-
| code.cpp:248:16:248:18 | mmc | The value assigned to local variable 'mmc' is never used. |
26-
| errors.c:10:9:10:9 | x | The value assigned to local variable 'x' is never used. |
1+
| code2.cpp:5:6:5:7 | v1 | Variable v1 is not used |
2+
| code2.cpp:7:6:7:7 | v3 | Variable v3 is not used |
3+
| code2.cpp:11:16:11:17 | v7 | Variable v7 is not used |
4+
| code2.cpp:26:16:26:17 | v1 | Variable v1 is not used |
5+
| code2.cpp:27:16:27:17 | v2 | Variable v2 is not used |
6+
| code2.cpp:42:11:42:16 | myVar1 | Variable myVar1 is not used |
7+
| code2.cpp:64:7:64:8 | v3 | Variable v3 is not used |
8+
| code2.cpp:108:11:108:12 | v2 | Variable v2 is not used |
9+
| code2.cpp:128:9:128:9 | b | Variable b is not used |
10+
| code.c:10:18:10:18 | y | Variable y is not used |
11+
| code.c:11:18:11:18 | z | Variable z is not used |
12+
| code.c:18:7:18:7 | x | Variable x is not used |
13+
| code.c:19:10:19:10 | y | Variable y is not used |
14+
| code.c:30:45:30:45 | n | Variable n is not used |
15+
| code.c:46:6:46:6 | x | Variable x is not used |
16+
| code.c:52:8:52:8 | x | Variable x is not used |
17+
| code.c:67:6:67:9 | arr5 | Variable arr5 is not used |
18+
| code.cpp:17:18:17:18 | e | Variable e is not used |
19+
| code.cpp:32:11:32:16 | mc_ptr | Variable mc_ptr is not used |
20+
| code.cpp:33:11:33:16 | mc_ref | Variable mc_ref is not used |
21+
| code.cpp:104:16:104:24 | my_static | Variable my_static is not used |
22+
| code.cpp:104:16:104:24 | my_static | Variable my_static is not used |
23+
| code.cpp:104:16:104:24 | my_static | Variable my_static is not used |
24+
| code.cpp:132:17:132:25 | my_static | Variable my_static is not used |
25+
| code.cpp:248:16:248:18 | mmc | Variable mmc is not used |
26+
| errors.c:10:9:10:9 | x | Variable x is not used |
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| bsc.cpp:2:10:2:32 | ... > ... | Sign check of a bitwise operation. |
2-
| bsc.cpp:6:10:6:32 | ... > ... | Sign check of a bitwise operation. |
3-
| bsc.cpp:18:10:18:28 | ... > ... | Sign check of a bitwise operation. |
4-
| bsc.cpp:22:10:22:28 | ... < ... | Sign check of a bitwise operation. |
1+
| bsc.cpp:2:10:2:32 | ... > ... | Potential unsafe sign check of a bitwise operation. |
2+
| bsc.cpp:6:10:6:32 | ... > ... | Potential unsafe sign check of a bitwise operation. |
3+
| bsc.cpp:18:10:18:28 | ... > ... | Potential unsafe sign check of a bitwise operation. |
4+
| bsc.cpp:22:10:22:28 | ... < ... | Potential unsafe sign check of a bitwise operation. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| Test.java:6:11:6:15 | x | The parameter 'foo' is never used. |
1+
| Test.java:6:11:6:15 | x | The parameter 'x' is never used. |
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| tst.js:2:9:2:24 | (x & (1<<n)) > 0 | Sign check of a bitwise operation. |
2-
| tst.js:14:13:14:25 | (x >>> 0) > 0 | Sign check of a bitwise operation. |
3-
| tst.js:23:1:23:21 | (x & 0x ... 00) > 0 | Sign check of a bitwise operation. |
1+
| tst.js:2:9:2:24 | (x & (1<<n)) > 0 | Potential unsafe sign check of a bitwise operation. |
2+
| tst.js:14:13:14:25 | (x >>> 0) > 0 | Potential unsafe sign check of a bitwise operation. |
3+
| tst.js:23:1:23:21 | (x & 0x ... 00) > 0 | Potential unsafe sign check of a bitwise operation. |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
| variables_test.py:29:5:29:5 | x | The value assigned to local variable 'x' is never used. |
2-
| variables_test.py:89:5:89:5 | a | The value assigned to local variable 'a' is never used. |
3-
| variables_test.py:89:7:89:7 | b | The value assigned to local variable 'b' is never used. |
4-
| variables_test.py:89:9:89:9 | c | The value assigned to local variable 'c' is never used. |
5-
| variables_test.py:95:5:95:7 | var | The value assigned to local variable 'var' is never used. |
1+
| Local Variable a | Variable a is not used |
2+
| Local Variable b | Variable b is not used |
3+
| Local Variable c | Variable c is not used |
4+
| Local Variable var | Variable var is not used |
5+
| Local Variable x | Variable x is not used |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| variables_test.py:32:9:32:12 | test | The value assigned to local variable 'test' is never used. |
1+
| Local Variable test | Variable test is not used |

0 commit comments

Comments
 (0)