-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: core-libs
-
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.