Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7-beta-2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
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-455
Class and Class<?> not the same for overloading purposes
-
-
GRECLIPSE-294
Generics warnings and problems
-
This issue is a clone of GRECLIPSE-455.
The issue actually raises two points:
1. There is a problem in GrEclipse relating to messages.
2. There is a problem in Groovy that the source code is not appropriately marked up for generics.
It seems appropriate therefore to have the issue appear for Both GrEclipse and Groovy.