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

Validate plugin @Alias, @Command, and @Option names to ensure no duplicates occur

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Won't Do
    • Major
    • 2.x Future
    • 1.0.0.Alpha3
    • Plugin API, UI - Shell
    • None
    • Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration

    Description

      Should be invalid for same resource scopes
      @Alias("whee")
      @Alias("whee")

      Should be invalid in same command:
      @Option(name="named")
      @Option(name="named")

      And so on...

      Or, it should be possible to reference by Fully Qualified Name if this situation does arise (for @Alias.)

      Attachments

        Activity

          People

            Unassigned Unassigned
            lincolnthree Lincoln Baxter III (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: