4 items to fix:

1) Make the fields in HelpFormatter public.   DONE.

2) Make the Option class cloneable again. See:
https://issues.apache.org/jira/browse/CLI-21

3) Deal with the public boolean addValue->package private void addValue.

Current thinking is to move the new one to a new name and have the old
method throw an UnsupportedOperationException.

One other thought - should the package private new method be protected
instead? It seems to make sense that if Parsers in CLI had to talk to
it, then ones outside CLI might too. It's the abstract class that
talks to it, so people extending that wouldn't have a problem. So,
protected?

4) Deal with the new methods on the CommandLineParser interface. I'm
tempted to just delete them from the interface and leave them on the
abstract Parser class. Thoughts?

Hen

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

Reply via email to