Java
Use of shallow or 'Objects' methods with arrays
Warning
New
Last modified: 03 December 2024Reports expressions that seem to use an inappropriate method for determining array equality or calculating their hashcode.
The following method calls are reported:
Object.equals()
for any arraysArrays.equals()
for multidimensional arraysArrays.hashCode()
for multidimensional arrays
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
ArrayObjectsEquals
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!
Was this page helpful?