Quick Search
Learn more about
Quick Search
Log In
Access more options
Online Help
About JIRA
Dashboards
Access more options (Alt+D)
Projects
Access more options (Alt+P)
Issues
Access more options (Alt+I)
Issue Details
(
XML
|
Word
|
Printable
)
Key:
GROOVY-1900
Type:
Sub-task
Status:
Closed
Resolution:
Fixed
Priority:
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
usage of generics type parameter in methods
Created:
17/May/07 07:50 AM
Updated:
01/Jul/07 01:31 PM
Resolved:
01/Jul/07 01:31 PM
Component/s:
None
Affects Version/s:
None
Fix Version/s:
1.1-beta-2
Time Tracking:
Not Specified
Description
« Hide
example:
class B {
static <T> T foo() {return null}
}
or
class C<T> {
def foo(T t){}
}
Description
example: class B { static <T> T foo() {return null} } or class C<T> { def foo(T t){} }
Show »
Sort Order:
All
Comments
Work Log
Change History
Activity Stream
[
Permalink
|
« Hide
]
Jochen Theodorou
added a comment -
01/Jul/07 01:31 PM
done
[
Show »
]
Jochen Theodorou
added a comment -
01/Jul/07 01:31 PM
done
done