IndexOfChar
The first argument to indexOf is a Unicode code point, and the second is the index to start the search from
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("IndexOfChar")
to the enclosing element.