[
https://issues.jboss.org/browse/FORGE-2058?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-2058.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.12.2.Final
(was: 2.x Future)
Resolution: Done
Fixed in Roaster 2.8.3.Final (using SNAPSHOT for now).
Make sure to use double-quotes.
Eg:
{code}
java-new-field --named log --type "java.util.List<String>"
{code}
Being able to create fields with generics types
-----------------------------------------------
Key: FORGE-2058
URL:
https://issues.jboss.org/browse/FORGE-2058
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.12.0.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.12.2.Final
At the moment we can add a new field to a Java class :
{code}
java-new-field --named log --type java.util.List
{code}
It would be very useful to be able to add generics. Something like :
{code}
java-new-field --named log --type java.util.List<String>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)