Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
From GH: https://github.com/apache/maven/pull/984
Two improvements can be done:
1. Don't use regex-based #replaceAll() when no regex is required
2. When regex is required statically precompile the patterns to avoid the compilation penality over and over again