-
Bug
-
Resolution: Fixed
-
P3
-
9, 10, 11, 12
-
b15
The JDK API contains lots of broken links from classes in the java.awt and javax.swing packages to the Serialized Form page.
The underlying issue is that while the affected classes are Serializable, the package contains a doc comment with "@serial exclude". This is (correctly) being honored on the serialized-form page, but (incorrectly) being ignored when the link is being generated.
The underlying issue is that while the affected classes are Serializable, the package contains a doc comment with "@serial exclude". This is (correctly) being honored on the serialized-form page, but (incorrectly) being ignored when the link is being generated.
- duplicates
-
JDK-8200762 Serialized form issues for Swing API
-
- Closed
-
-
JDK-8207272 Broken links (2) in JDK API serialized-form page
-
- Closed
-
- relates to
-
JDK-8207272 Broken links (2) in JDK API serialized-form page
-
- Closed
-