<html> | |
<body> | |
Reports calls to the regular expression methods of | |
<b>java.lang.String</b> using constants arguments. | |
Such calls may be profitably replaced with a | |
<b>private static final Pattern</b> field so | |
that the regular expression does not have to be compiled each time it is used. | |
<!-- tooltip end --> | |
<p> | |
<small>Powered by InspectionGadgets</small> | |
</body> | |
</html> |