-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta
-
sparc
-
solaris_2.6
Name: ooR10001 Date: 09/28/2000
Private field 'transform' of class java.awt.font.TransformAttribute is placed in public
document - serialized form spec, but has no description. Due to this, the serialized
stream contents may be unpredictable and there is no way to correctly check this field in
serialized JCK test. It needs to be fixed and field's description must be specified, like this
(according to current implementation):
AffineTransform transform
contains AffineTransform for current TransformAttribute, or null - if AffineTransform
is identity transform.
======================================================================