[forge-issues] [JBoss JIRA] (FORGE-193) Validate plugin @Alias, @Command, and @Option names to ensure no duplicates occur

George Gastaldi (JIRA) jira-events at lists.jboss.org
Mon Apr 29 15:42:58 EDT 2013


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

George Gastaldi updated FORGE-193:
----------------------------------

    Fix Version/s: 2.0.0.Alpha4
                       (was: 2.0.0.Alpha3)

    
> Validate plugin @Alias, @Command, and @Option names to ensure no duplicates occur
> ---------------------------------------------------------------------------------
>
>                 Key: FORGE-193
>                 URL: https://issues.jboss.org/browse/FORGE-193
>             Project: Forge
>          Issue Type: Feature Request
>          Components: Plugin API, UI - Shell
>    Affects Versions: 1.0.0.Alpha3
>            Reporter: Lincoln Baxter III
>             Fix For: 2.0.0.Alpha4
>
>
> 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.)

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