Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the AWT there are 2 classes Rectangle and Dimension which have public fields which overload the bean properties.
public int height
public double getHeight()
{..}We should patch the MetaClass to work around these so that the public field would be used in preference to the property.