the minimum and maximum constraints on a group do not take other groups into 
account
------------------------------------------------------------------------------------

                 Key: CLI-123
                 URL: http://issues.apache.org/jira/browse/CLI-123
             Project: Commons CLI
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Andrew Shirley
            Priority: Minor


If you have a Group A as a child of Group B and you set a minimum or maximum on 
Group B, the presence or not of Group A will not affect GroupB. This is because 
Groups are never added to a CommandLine so .hasOption(A) returns false and so 
it isn't counted. WriteableCommandLine#addOption(Option) should be used to 
indicate that a Group is present if any of a Groups children is present.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to