Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.6-beta-2
-
None
-
None
-
openSUSE 11.0 Groovy Version: 1.6-beta-2 Sun JVM: 1.6.0_07
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.