A DESCRIPTION OF THE PROBLEM :
There is a duplicate Method Name documented in Matcher class in java 2 times .
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/util/regex/Matcher.html
appendReplacement and
appendTail
REGRESSION : Last worked in version 24.0.2
There is a duplicate Method Name documented in Matcher class in java 2 times .
https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/util/regex/Matcher.html
appendReplacement and
appendTail
REGRESSION : Last worked in version 24.0.2
- relates to
-
JDK-8039124 j.u.regex.Matcher.appendReplace/Tail() should support StringBuilder variant for better performance
-
- Closed
-