Reports calls to the regular expression methods of
java.lang.String using constants arguments.
Such calls may be profitably replaced with a
private static final Pattern field so
that the regular expression does not have to be compiled each time it is used.