mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Java: Fix tests.
This commit is contained in:
@@ -110,7 +110,6 @@ public class Main {
|
||||
Boolean b;
|
||||
|
||||
// NOT OK
|
||||
// false negatives: raw collections and maps are not currently handled
|
||||
b = s.size() >= 0;
|
||||
b = a.size() >= 0;
|
||||
b = 0 <= m.size();
|
||||
|
||||
Reference in New Issue
Block a user