mirror of
https://github.com/github/codeql.git
synced 2026-01-01 00:27:24 +01:00
3 lines
259 B
Plaintext
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. |
|