-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b17
-
x86_64
-
linux_ubuntu
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8204734 | 11.0.1 | Lance Andersen | P4 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
- In java.util.regex.Matcher.appendReplacement(StringBuilder,String) method documentation, in the following sentence "This method is intended to be used in a loop together with the appendTail and find methods.", the link pointing to appendTail method should point to java.util.regex.Matcher.appendTail(StringBuilder) and not java.util.regex.Matcher.appendTail(StringBuffer).
- In java.util.regex.Matcher.appendTail(StringBuilder) method documentation, in the following sentence "It is intended to be invoked after one or more invocations of the appendReplacement method in order to copy the remainder of the input sequence.", the link pointing to appendReplacement method should point to java.util.regex.Matcher.appendReplacement(StringBuilder,String) and not java.util.regex.Matcher.appendReplacement(StringBuffer,String).
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/9/docs/api/java/util/regex/Matcher.html
- In java.util.regex.Matcher.appendReplacement(StringBuilder,String) method documentation, in the following sentence "This method is intended to be used in a loop together with the appendTail and find methods.", the link pointing to appendTail method should point to java.util.regex.Matcher.appendTail(StringBuilder) and not java.util.regex.Matcher.appendTail(StringBuffer).
- In java.util.regex.Matcher.appendTail(StringBuilder) method documentation, in the following sentence "It is intended to be invoked after one or more invocations of the appendReplacement method in order to copy the remainder of the input sequence.", the link pointing to appendReplacement method should point to java.util.regex.Matcher.appendReplacement(StringBuilder,String) and not java.util.regex.Matcher.appendReplacement(StringBuffer,String).
URL OF FAULTY DOCUMENTATION :
https://docs.oracle.com/javase/9/docs/api/java/util/regex/Matcher.html
- backported by
-
JDK-8204734 java.util.regex.Matcher method doc points to incorrect links
-
- Resolved
-