resources.report.rules.findbugs.RANGE_ARRAY_INDEX.html Maven / Gradle / Ivy
RANGE_ARRAY_INDEX
RANGE: Array index is out of bounds (RANGE_ARRAY_INDEX)
Array operation is performed, but array index is out of bounds, which will result in ArrayIndexOutOfBoundsException at runtime.