mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Java: Accept new TP in NullMaybe.
This commit is contained in:
@@ -534,7 +534,7 @@ public class B {
|
||||
s1.hashCode(); // OK
|
||||
s2.hashCode(); // NPE
|
||||
}
|
||||
s1.hashCode(); // NPE - false negative, Java CFG lacks proper edge label
|
||||
s1.hashCode(); // NPE
|
||||
}
|
||||
|
||||
public void lenCheck(int[] xs, int n, int t) {
|
||||
|
||||
Reference in New Issue
Block a user