blob: f2cfbf59067f0350b2bfc3b0500873db6c7efd03 [file] [log] [blame]
<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>