Issue Details (XML | Word | Printable)

Key: GROOVY-1902
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jochen Theodorou
Reporter: Jochen Theodorou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
groovy
GROOVY-1865

add check for usage of generics only with generics enabled classes and with the correct number of parameters

Created: 17/May/07 08:01 AM   Updated: 11/Oct/07 06:11 PM   Resolved: 11/Oct/07 06:11 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-rc-1

Time Tracking:
Not Specified

Issue Links:
dependent
 


 Description  « Hide

example:

class B<T> extends Map<T> {}

must not compile, because Map has two type parameters... unless we decide Groovy sets the other parameter automatically



Jochen Theodorou made changes - 01/Jul/07 01:29 PM
Field Original Value New Value
Link This issue depends upon GROOVY-1962 [ GROOVY-1962 ]
Jochen Theodorou added a comment - 11/Oct/07 06:11 PM

implemented for java5 vms


Jochen Theodorou made changes - 11/Oct/07 06:11 PM
Assignee Jochen Theodorou [ blackdrag ]
Fix Version/s 1.1-rc-1 [ 13165 ]
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]