[
https://issues.apache.org/jira/browse/LANG-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vincent Ricard updated LANG-514:
--------------------------------
Attachment: LANG-514-private-ctor.patch
Here is a version with a private constructor (i only let the 3 args
constructor).
I cleaned up some test.
Maybe the constructor could be "protected" to enable the inheritance for some
users.
> CharRange constructor is hard to read
> -------------------------------------
>
> Key: LANG-514
> URL: https://issues.apache.org/jira/browse/LANG-514
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Henri Yandell
> Fix For: 3.0
>
> Attachments: LANG-514-private-ctor.patch, LANG-514.patch
>
>
> Saying new CharRange("....", true) is a very painful way to negate the '...'.
> Both for cryptic, and because you'd expect true to mean positiveness and
> false to imply the 'not'.
> Replace this with a static method:
> CharRange.not("....").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.