-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 26
-
Component/s: tools
-
master
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8374031 | 26 | Dan Smith | P3 | Resolved | Fixed | master |
The taglets currently work based on the assumption that the Element passed to 'toString' can be mapped to the HTML filename being generated. But sometimes the comment on an Element can be lifted into another context (the package or module page, a summary page like 'new-list.html', etc).
To handle this properly, the Taglet API needs to be updated to provide either the current filename or a path to the documentation root.
In the mean time, to address broken links introduced by
- backported by
-
JDK-8374031 JSpec and ToolGuide taglets use incorrect relative path
-
- Resolved
-
- blocks
-
JDK-8370249 Test jdk/javadoc/doccheck/checks/jdkCheckLinks.java fails due to JVMS/JLS links after JDK-8349681
-
- Open
-
- caused by
-
JDK-8370154 Update @jls and @jvms taglets to point to local specs dir
-
- Resolved
-
- relates to
-
JDK-8373922 Enhance Taglet API to support relative URLs
-
- Open
-
- links to
-
Commit(jdk26)
openjdk/jdk/fb7d25d7
-
Commit(master)
openjdk/jdk/0b271240
-
Review(jdk26)
openjdk/jdk/28902
-
Review(master)
openjdk/jdk/28878