Apache Commons CLI Issue CLI-317

2023-08-11 Thread Sruteesh Kumar
In the DefaultParser class, we are using handleOption method which is defined as following privatevoidhandleOption(Optionoption)throwsParseException{ // check the previous option before handling the next one checkRequiredArgs(); option=(Option)option.clone(); updateRequiredOptions(option); c

Re: [commons-text] Additional CaseUtils type functionality that can handle snake, kebab, camel, pascal, and others

2023-08-11 Thread Daniel Watson
If no instance of Thing1Case can be reconfigured, then that holds true, right? The fact that it extends something like DelimitedCase doesn't break the spec I wouldn't think? On Fri, Aug 11, 2023, 11:23 AM Gary Gregory wrote: > Hm, I too, would expect Thing1Case to mean one thing and one thing

Re: [commons-text] Additional CaseUtils type functionality that can handle snake, kebab, camel, pascal, and others

2023-08-11 Thread Gary Gregory
Hm, I too, would expect Thing1Case to mean one thing and one thing only... hence this specification exercise 😉 Gary On Wed, Aug 9, 2023, 9:52 PM Daniel Watson wrote: > I would think it's possible to hide that "configuration" from the user such > that the implementation can only be reconfigured

Re: [commons-lang] Util function in NumberUtils to count significant figures in a numeric string

2023-08-11 Thread Daniel Watson
Im am currently using that API for unit conversion. Don't remember seeing anything related to uncertainty or precision. I'll double check, but IIRC it's focused very much on just unit conversion. On Thu, Aug 10, 2023, 9:40 PM Gary Gregory wrote: > See also JSR-363 https://jcp.org/en/jsr/detail?i