DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24184>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24184 HelpFormatter doesn't sort options properly Summary: HelpFormatter doesn't sort options properly Product: Commons Version: Nightly Builds Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: CLI AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] HelpFormatter is using an inner class Comparator implementation to sort Option objects, however it seems to be a bit confused about what types of object it is sorting. The inner class is called StringBufferComparator, although it's actually sorting Option objects. Further, it simply compares the object's toString() values rather than using the getKey() method which would perform the sort that the comments seem to indicate is desired. The sort that is actually performed doesn't appear to modify the ordering of the list at all. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
