Suspicious 'Arrays' method call
Reports calls to non-generic-array manipulation methods like Arrays.fill()
with mismatched argument types. Such calls don't do anything useful and are likely to be mistakes.
Example:
int foo(String[] strings) {
return Arrays.binarySearch(strings, 1);
}
New in 2017.2
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Java, 233.SNAPSHOT |
Last modified: 13 July 2023