-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b73
-
generic
-
generic
-
Verified
We are facing a side effect of the combination of the fixes for 6344759 and 6253903.
As of Mustang b63, classes ClassAttributeValueExp and NumericValueExp are missing a serialVersionUID according the Serial Form pages.
These two classes do have serialVersionUID defined but because of a problem with non-constant serialVersionUID values it doesn't show up in the Serial Form pages, and because these classes aren't public the serialVersionUID that we recently added (was the fix of the defect #6344759) to the class doc comment doesn't show up either.
As of Mustang b63, classes ClassAttributeValueExp and NumericValueExp are missing a serialVersionUID according the Serial Form pages.
These two classes do have serialVersionUID defined but because of a problem with non-constant serialVersionUID values it doesn't show up in the Serial Form pages, and because these classes aren't public the serialVersionUID that we recently added (was the fix of the defect #6344759) to the class doc comment doesn't show up either.
- relates to
-
JDK-6253903 Serialized Form javadoc for JMX API should list serialVersionUID of all serializable classes
-
- Closed
-
-
JDK-6344759 JMX spec should mandate more clearly the 12 javax.management.*Exp private classes
-
- Closed
-
-
JDK-6338881 Javadoc should provide a way to include a non-constant serialVersionUID in the Serialized Form page
-
- Closed
-