[
http://jira.codehaus.org/browse/MGROOVY-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=140298#action_140298
]
Adam Jordens commented on MGROOVY-108:
--------------------------------------
Is there any particular change in status of this?
I'm attempting to use gmaven to compile classes with generified collections.
ie)
public class Foo
{
Collection<Children> children;
}
and the generated stub only has a:
public Collection getChildren();
If I try something like:
public class Foo
{
private Collection<Children> children;
public Collection<Children> getChildren() { return children; }
}
it still generates a stub minus the generification.
Might there be a solution?
> Support Java 5 generics for stub-generation
> -------------------------------------------
>
> Key: MGROOVY-108
> URL: http://jira.codehaus.org/browse/MGROOVY-108
> Project: GMaven
> Issue Type: Improvement
> Components: stub generation
> Reporter: Jason Dillon
> Assignee: Jason Dillon
> Fix For: 1.1
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email