mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java: Accept qltest change showing FP removal.
This commit is contained in:
@@ -64,7 +64,7 @@ public class A {
|
||||
int sum = 0;
|
||||
for (int i = 0; i < a.length; ) {
|
||||
sum += a[i++]; // OK
|
||||
sum += a[i++]; // OK - FP
|
||||
sum += a[i++]; // OK
|
||||
}
|
||||
int len = b.length;
|
||||
if ((len & 1) != 0)
|
||||
|
||||
Reference in New Issue
Block a user