-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b24
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8225870 | 14 | Jonathan Gibbons | P3 | Resolved | Fixed | team |
There are two different references to RFC 3986 in the java.compiler module. Only one of the links works; the other is 404. This should be fixed.
In the list below, the link in Filer is bad, the link in JavaFileManager is OK.
$ grep -r 3986 open/src/java.compiler
open/src/java.compiler/share/classes/javax/annotation/processing/Filer.java: * href="http://www.ietf.org/html/rfc3986.txt">RFC 3986</a>, section
open/src/java.compiler/share/classes/javax/tools/JavaFileManager.java: * href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>,
In the list below, the link in Filer is bad, the link in JavaFileManager is OK.
$ grep -r 3986 open/src/java.compiler
open/src/java.compiler/share/classes/javax/annotation/processing/Filer.java: * href="http://www.ietf.org/html/rfc3986.txt">RFC 3986</a>, section
open/src/java.compiler/share/classes/javax/tools/JavaFileManager.java: * href="http://www.ietf.org/rfc/rfc3986.txt">RFC 3986</a>,
- backported by
-
JDK-8225870 fix references to broken link in java.compiler module
- Resolved
- relates to
-
JDK-8216335 Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
- Resolved