Issue Details (XML | Word | Printable)

Key: GMAVEN-28
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Jason Dillon
Reporter: Jason Dillon
Votes: 7
Watchers: 6
Operations

If you were logged in you would be able to see more operations.
GMaven

Support Java 5 generics for stub-generation

Created: 19/Jan/08 12:35 PM   Updated: 16/Oct/09 09:19 AM   Resolved: 16/Oct/09 09:19 AM
Component/s: stub generation
Affects Version/s: None
Fix Version/s: 1.1

Time Tracking:
Not Specified


Jason Dillon added a comment - 19/Jan/08 12:36 PM

This should apply to runtimes 1.5 and above only.


Adam Jordens added a comment - 02/Jul/08 07:45 PM

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?


Jason Dillon added a comment - 04/Jul/08 08:59 PM

Support comming as soon as I have time, please feel free to help out if you have some spare cycles na


Danny Siu added a comment - 01/Dec/08 02:20 AM

any update on this?


Jason Dillon added a comment - 16/Oct/09 09:19 AM

Use 1.7 provider