Commit 5b91bc9
authored
SONARJAVA-5874 Fix bug with varargs on S1319 (#5361)
1 parent 46c2328 commit 5b91bc9
File tree
2 files changed
+4
-2
lines changed- java-checks-test-sources/default/src/main/java/checks
- java-checks/src/main/java/org/sonar/java/checks
2 files changed
+4
-2
lines changedjava-checks-test-sources/default/src/main/java/checks/CollectionImplementationReferencedCheck.java
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
0 commit comments