Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6-beta-2
-
Fix Version/s: 1.6-rc-1
-
Component/s: None
-
Labels:None
-
Environment:openSUSE 11.0 Groovy Version: 1.6-beta-2 Sun JVM: 1.6.0_07
-
Number of attachments :
Description
If you apply the @Bindable transformation to a subclass where the super class has implemented bindable support ( like JComponent ), the @Bindable transformation will find the private PropertyChangeSupport field in the super class and attempt to use it in its generated code. This worked in 1.6-beta-1, but in beta-2 throws an IllegalAccessError.