[forge-issues] [JBoss JIRA] (FORGE-1635) Shouldn't these commands be isProjectRequired() return true

George Gastaldi (JIRA) issues at jboss.org
Wed Mar 5 16:03:33 EST 2014


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

George Gastaldi closed FORGE-1635.
----------------------------------

    Fix Version/s: 2.1.2.Final
                       (was: 2.x Future)
       Resolution: Done

    
> Shouldn't these commands be isProjectRequired() return true
> -----------------------------------------------------------
>
>                 Key: FORGE-1635
>                 URL: https://issues.jboss.org/browse/FORGE-1635
>             Project: Forge
>          Issue Type: Feature Request
>          Components: UI - Shell
>    Affects Versions: 2.1.1.Final
>            Reporter: Antonio Goncalves
>            Assignee: Antonio Goncalves
>             Fix For: 2.1.2.Final
>
>
> When we run Forge and press TAB without creating a new project, a set of commands appear. But I think the following ones do not make sense without a project : 
> {code}
> faces-new-validator-method
> faces-new-converter
> faces-new-validator
> jpa-new-entity
> jpa-new-field
> ejb-new-bean
> ejb-set-class-transaction-attribute
> ejb-set-method-transaction-attribute
> {code}
> Shouldn't they be : 
> {code}
>   @Override
>   protected boolean isProjectRequired()
>   {
>     return true;
>   }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list