mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Migrate Java code to separate QL repo.
This commit is contained in:
3
java/ql/src/Likely Bugs/Comparison/RefEqBoxed.java
Normal file
3
java/ql/src/Likely Bugs/Comparison/RefEqBoxed.java
Normal file
@@ -0,0 +1,3 @@
|
||||
boolean realEq(Integer i, Integer j) {
|
||||
return i.equals(j);
|
||||
}
|
||||
Reference in New Issue
Block a user