Re: CollectionUtils class has a BUG in commons-collections-3.2.1-src.‏

2011-05-18 Thread Gary Gregory
Or simply a 3.2.2? Gary On May 18, 2011, at 2:49, Henri Yandell wrote: > 4.0 isn't looking like it'll be released anytime soon. > > Maybe the pre-4.0 branch should be taken and a 3.3 released; this is > the gazillionth (okay, 4th?) time this one has been reported. > > Hen > > On Tue, May 17, 20

Re: CollectionUtils class has a BUG in commons-collections-3.2.1-src.‏

2011-05-17 Thread Henri Yandell
4.0 isn't looking like it'll be released anytime soon. Maybe the pre-4.0 branch should be taken and a 3.3 released; this is the gazillionth (okay, 4th?) time this one has been reported. Hen On Tue, May 17, 2011 at 5:10 PM, Gary Gregory wrote: > That looks like a bug that was fixed in trunk and

Re: CollectionUtils class has a BUG in commons-collections-3.2.1-src.‏

2011-05-17 Thread Gary Gregory
That looks like a bug that was fixed in trunk and reported here: https://issues.apache.org/jira/browse/COLLECTIONS-357 Gary On Tue, May 17, 2011 at 12:25 AM, 林蒋 wrote: > Hi, > I have read the common collection 3.2.1 source code, in the > CollectionUtils class, the removeAll method incorrect i

CollectionUtils class has a BUG in commons-collections-3.2.1-src.‏

2011-05-17 Thread 林蒋
Hi, I have read the common collection 3.2.1 source code, in the CollectionUtils class, the removeAll method incorrect invoked the ListUtils.retainAll method, I think the CollectionUtils's removeAll method should invoke ListUtils.removeAll method. Is this a BUG? Best Regards! Jiang Lin