Files
codeql/java/ql/test/query-tests/EqualsArray/EqualsArray.expected
2018-08-30 10:48:05 +01:00

3 lines
259 B
Plaintext

| Test.java:6:10:6:37 | equals(...) | The equals method on arrays only considers object identity and ignores array contents. |
| Test.java:20:3:20:20 | hashCode(...) | The hashCode method on arrays only considers object identity and ignores array contents. |