Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b120
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8030341 | 8u5 | Bhavesh Patel | P3 | Resolved | Fixed | b01 |
Description
In package-summary files, {@docRoot} is sometimes not being replaced.
tidy is reporting the following:
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/helpers/compact3-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/helpers/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/helpers/compact2-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/helpers/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/compact3-package-summary.html.tidy:line 234 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/ext/compact3-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/ext/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/ext/compact2-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/ext/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/compact2-package-summary.html.tidy:line 234 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/'_top'"
jjg@scaaa042:/w/jjg/work/tl$
tidy is reporting the following:
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/helpers/compact3-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/helpers/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/helpers/compact2-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/helpers/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/compact3-package-summary.html.tidy:line 234 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/ext/compact3-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/ext/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/ext/compact2-package-summary.html.tidy:line 169 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/ext/'_top'"
build/linux-x86_64-normal-server-release/docs.tidy/api/org/xml/sax/compact2-package-summary.html.tidy:line 234 column 8 - Warning: <a> attribute "target" has invalid value "{@docRoot}/org/xml/sax/'_top'"
jjg@scaaa042:/w/jjg/work/tl$
Attachments
Issue Links
- backported by
-
JDK-8030341 doclet not substituting {@docRoot} in some cases
- Resolved
- relates to
-
JDK-8029504 Regression: TestDocRootLink test fails on Windows
- Resolved