IndexOfChar
The first argument to indexOf is a Unicode code point, and the second is the index to start the search from

Severity
ERROR

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("IndexOfChar") to the enclosing element.