Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
1.6
-
None
Description
Use of a static pattern avoids the compile step for each invocation. The matcher created from the pattern contains all state so the pattern can be used across threads.
Also:
- Remove the use of CharSequence.toString() to pass to the
matcher(CharSequence) method. There is no need to create a String. - Fix the javadoc header @code tag.
Attachments
Issue Links
- links to