-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b32
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085402 | emb-9 | Bhavesh Patel | P3 | Resolved | Fixed | team |
A tidy validation run for html files generated after running existing langtools javadoc tests revealed an error where <title> tag was not getting generated in package-summary pages for un-named packages.
Tidy message:
Warning: inserting missing 'title' element
Few of the tests that reveal this error:
tools/javadoc/doclint/DocLintTest/package-summary.html
tools/javadoc/doclint/ImplicitHeadersTest/out/package-summary.html
tools/javadoc/6964914/TestStdDoclet/package-summary.html
tools/javadoc/6942366/T6942366/test1/package-summary.html
tools/javadoc/parser/7091528/T7091528/package-summary.html
tools/javadoc/nonConstExprs/Test/out/package-summary.html
tools/javadoc/T6551367/package-summary.html
Based on the discussions with Bhavesh, this issue exists in 7 as well.
Tidy message:
Warning: inserting missing 'title' element
Few of the tests that reveal this error:
tools/javadoc/doclint/DocLintTest/package-summary.html
tools/javadoc/doclint/ImplicitHeadersTest/out/package-summary.html
tools/javadoc/6964914/TestStdDoclet/package-summary.html
tools/javadoc/6942366/T6942366/test1/package-summary.html
tools/javadoc/parser/7091528/T7091528/package-summary.html
tools/javadoc/nonConstExprs/Test/out/package-summary.html
tools/javadoc/T6551367/package-summary.html
Based on the discussions with Bhavesh, this issue exists in 7 as well.
- backported by
-
JDK-8085402 <title> tag not getting generated in package-summary pages for un-named packages
-
- Resolved
-
- relates to
-
JDK-8046069 Fix javadoc tests in langtools regression ws for tidy warnings/errors
-
- Resolved
-