-
Bug
-
Resolution: Not an Issue
-
P4
-
8
-
generic
-
generic
The sun.reflect.annotation.AnnotationSupport helper class in some cases use == rather than .equals to compare Class objects.
This is not technically correct since java.lang.Class does not guarantee that its equals method uses identity.
This is not technically correct since java.lang.Class does not guarantee that its equals method uses identity.