[forge-issues] [JBoss JIRA] (FORGE-2058) Being able to create fields with generics types

George Gastaldi (JIRA) issues at jboss.org
Tue Oct 28 10:11:35 EDT 2014


     [ https://issues.jboss.org/browse/FORGE-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the forge-issues mailing list