Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
-
b77
-
generic
-
generic
-
Verified
Description
Both Component and JComponent have field "accessibleContext". In Component is't package private and accessed by other classes from java.awt, but in JComponent it's protected (and therefore this field hides the field from superclass). It should be refactored to a single field, which is protected in Component.
Attachments
Issue Links
- relates to
-
JDK-8069268 JComponent.AccessibleJComponent.addPropertyListeners adds exponential listeners
- Resolved
-
JDK-8009883 REGRESSION: test/closed/javax/swing/AbstractButton/4246045/bug4246045.java fails
- Resolved