Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.0alpha
-
Fix Version/s: None
-
Component/s: Compiler Integration
-
Labels:
-
Number of attachments :
Description
The plugin marks:
@Override public Object invokeMethod ( final Class sender , final Object receiver , final String methodName , final Object[] arguments, final boolean isCallToSuper, final boolean fromInsideClass )
with a yellow warning saying Class should have a type parameter. If you then change Class to Class<?> you get a red error saying invokeMethod doesn't override.
Issue Links
- is related to
-
GRECLIPSE-294
Generics warnings and problems
-
- relates to
-
GROOVY-3829
CLONE -Class and Class<?> not the same for overloading purposes
-
The actual issue of the override problem got lost in
GRECLIPSE-294in discussion of the warning pop-ups so I have separated it out rather than reopen.