Inspectopedia
 
2024.3

Suspicious 'Arrays' method call

Warning
New
Last modified: 03 December 2024

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:

New in 2017.2