Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1635

Shouldn't these commands be isProjectRequired() return true

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 2.2.0.Final
    • 2.1.1.Final
    • UI - Shell
    • None

    Description

      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;
        }
      

      Attachments

        Activity

          People

            agoncal Antonio Goncalves (Inactive)
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: