Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
2183
Description
AbstractTypeMemberBuilder class method equals() contains perhaps incorrectly copy-pasted snippet
MethodSignatureBuilderImpl other = (MethodSignatureBuilderImpl) obj;
from other class.
It should be
AbstractTypeMemberBuilder<?> other = (AbstractTypeMemberBuilder<?>) obj;