resources.report.rules.findbugs.RANGE_STRING_INDEX.html Maven / Gradle / Ivy
RANGE_STRING_INDEX
RANGE: String index is out of bounds (RANGE_STRING_INDEX)
String method is called and specified string index is out of bounds. This will result in StringIndexOutOfBoundsException at runtime.