-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b29
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8258369 | 17 | Hannes Wallnoefer | P3 | Resolved | Fixed | b02 |
Unfortunately the fix for JDK-8256580 contained a test that checks javadoc output for a fixed early access platform documentation URL. This test is bound to fail whenever the platform version changes.
It was fixed for 17 byJDK-8258056 but only by updating the documentation URL. The proper fix is to run javadoc with the `--no-platform-links` option and update the expected test output accordingly.
It was fixed for 17 by
- backported by
-
JDK-8258369 Link to early access platform documentation in TestHtmlTableTags.java
- Resolved
- relates to
-
JDK-8258056 jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java fails against jdk17
- Resolved
-
JDK-8256580 Fault in new grid display
- Closed