You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2010/06/15 16:59:27 UTC

[jira] Updated: (CLI-150) Negative numbers mistaken for options

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

Emmanuel Bourg updated CLI-150:
-------------------------------

    Component/s: CLI-2.x

> Negative numbers mistaken for options
> -------------------------------------
>
>                 Key: CLI-150
>                 URL: https://issues.apache.org/jira/browse/CLI-150
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: CLI-2.x, Parser
>         Environment: Sun JDK 1.6, Ubuntu 7.04
>            Reporter: Dioktos
>             Fix For: 2.0
>
>         Attachments: BugCLI150Test.java, patchCL150.patch
>
>
> If an option has a negative numerical argument, the parser mistakes it for another option and throws an error. For example, consider:
> {{Argument numArg = aBuilder.withValidator(NumberValidator.getNumberInstance()).withMinimum(1).withMaximum(1).create();}}
> {{Option numOpt = oBuilder.withLongName("num").withArgument(numArg).create();}}
> {{Group options = gBuilder.withOption(numOpt).create();}}
> Then parsing {{--num -0.1}} results in:
> {{Unexpected -0.1 while processing --num}}

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