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
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
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
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