Issue Details (XML | Word | Printable)

Key: GROOVY-2190
Type: Bug Bug
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

check generics usage in class header

Created: 10/Oct/07 04:48 PM   Updated: 10/Oct/07 04:50 PM   Resolved: 10/Oct/07 04:50 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 1.1-rc-1

Time Tracking:
Not Specified


 Description  « Hide

groovy should not compile for example

abstract class B<T> implements Map<T>{}

or

class A<T extends Number> {}
class B<T> extends A<T>{}



Jochen Theodorou added a comment - 10/Oct/07 04:50 PM

fixed


Jochen Theodorou made changes - 10/Oct/07 04:50 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]