[ 
https://issues.apache.org/jira/browse/CLI-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Egge updated CLI-132:
---------------------------

    Description: Most exception message contain a useful message string like 
"Missing argument for option:".  The MissingOptionException contains only the 
missing options.  Adding a message to the exception would make it easier to 
catch a ParseException and display the getMessage() string.  (was: The help 
formatter auto usage returns the options in a somewhat random order.  This is 
because the options are inserted in a HashMap, and then a copy of the 
collection is returned with the getOptions() method.

The getOptions method should return the options in the order they were added, 
or in a sorted order.)

> MissingOptionException should contain a useful error message
> ------------------------------------------------------------
>
>                 Key: CLI-132
>                 URL: https://issues.apache.org/jira/browse/CLI-132
>             Project: Commons CLI
>          Issue Type: Improvement
>          Components: CLI-1.x
>    Affects Versions: 1.0, 1.1
>            Reporter: Brian Egge
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: bug132.patch
>
>
> Most exception message contain a useful message string like "Missing argument 
> for option:".  The MissingOptionException contains only the missing options.  
> Adding a message to the exception would make it easier to catch a 
> ParseException and display the getMessage() string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to