-
Feature Request
-
Resolution: Done
-
Major
-
2.1.1.Final
-
None
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 :
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
Shouldn't they be :
@Override protected boolean isProjectRequired() { return true; }