Re: [LANG] Suggestions For New Features

2010-01-06 Thread Henri Yandell
Thanks for posting. On the IO Active comment - it is something we need to figure out how to do better. I've a set of components I rotate between for example: IO, Lang, CLI, Codec, Collections amongst others. I know there are others who do the same kind of thing. But then we do have components t

Re: [LANG] Suggestions For New Features

2010-01-06 Thread Michael Wooten
Hey All, I know this is from a long time ago, but I finally created JIRA entries ( LANG-579 and LANG-580) for these features. I changed the inRange() methods to be inclusiveBetween() and exclusiveBetween

Re: [LANG] Suggestions For New Features

2009-08-20 Thread James Carman
On Thu, Aug 20, 2009 at 8:23 AM, Michael Wooten wrote: > I was assuming I would use the fact that compareTo() returns 0 for the case > of equality. My original assumption was the test would be as simple as > ((value.compareTo(start) >= 0) && (value.compareTo(end) <= 0)).  However, as > the document

Re: [LANG] Suggestions For New Features

2009-08-20 Thread Michael Wooten
On Tue, Aug 11, 2009 at 8:31 AM, James Carman wrote: > On Tue, Aug 11, 2009 at 2:09 AM, Henri Yandell wrote: > >> - sizeInRange(int minSize, int maxSize, String string, String message) > >> - throws an IllegalArgumentException stating (message + value) when > >> the length of the provi

Re: [LANG] Suggestions For New Features

2009-08-11 Thread James Carman
On Tue, Aug 11, 2009 at 2:09 AM, Henri Yandell wrote: >>   - sizeInRange(int minSize, int maxSize, String string, String message) >>      - throws an IllegalArgumentException stating (message + value) when >>      the length of the provided string does not fall between the minimum and >>      maxim

Re: [LANG] Suggestions For New Features

2009-08-10 Thread Henri Yandell
On Mon, Aug 10, 2009 at 11:09 PM, Henri Yandell wrote: > On Sun, Aug 9, 2009 at 1:37 PM, Michael Wooten wrote: >> >> I would also like to propose some support be added to Lang for basic event >> handling. This would be based on the way that PropertyChangeSupport can be >> used to add and remove lis

Re: [LANG] Suggestions For New Features

2009-08-10 Thread Henri Yandell
On Sun, Aug 9, 2009 at 1:37 PM, Michael Wooten wrote: > These are several additions that I feel might be useful to the Commons Lang > Project. Please feel free to provide feedback, and if there is enough > interest in any of them I will create JIRA entries, code them, and provide > patches. > > Exp

[LANG] Suggestions For New Features

2009-08-09 Thread Michael Wooten
These are several additions that I feel might be useful to the Commons Lang Project. Please feel free to provide feedback, and if there is enough interest in any of them I will create JIRA entries, code them, and provide patches. Expand Validate to include more specific, human readable validation