-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.5
-
None
-
generic
-
solaris_2.6
Test Case:
Swing class AbstractButton contains a protected innner class named
ButtonChangeListener.
Using Class.forName() to load the class and invoking getModifier()
returns 32 (synchrnonized), so that both Modifier.isPublic() and
Modifier.isProtected() fail.
Swing class AbstractButton contains a protected innner class named
ButtonChangeListener.
Using Class.forName() to load the class and invoking getModifier()
returns 32 (synchrnonized), so that both Modifier.isPublic() and
Modifier.isProtected() fail.
- duplicates
-
JDK-4109635 Class.getModifiers returns the wrong bits : Fails with Kestrel RC2
-
- Resolved
-