On 11/05/2013 02:09 PM, Thomas Neidhart wrote:
> Hi,
>
> I'd like to call a vote for releasing Commons Collections 4.0 based on RC1.
>
> Changes since 4.0-alpha1 (copied from release-notes):
>
> o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable,
> Predicate)" to test if all
Build works fine with Java 1.5 and 1.7 on Windows 8, artifacts and site
look good.
The only problem I noted is that the binary distributions do not contain
the release notes; the file is only contained in the source
distributions. Not sure whether this is a blocker; it would be good to
have this.
Le 05/11/2013 14:09, Thomas Neidhart a écrit :
> Hi,
>
> I'd like to call a vote for releasing Commons Collections 4.0 based on RC1.
>
> Changes since 4.0-alpha1 (copied from release-notes):
>
> o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable,
> Predicate)" to test if all
On 11/05/2013 02:29 PM, Gary Gregory wrote:
> I'd like to see more docs on why AbstractPatriciaTrie implements hashCode()
> but not equals(). I see that AbstractPatriciaTrie inherits equals from
> AbstractMap, but why not also inherit hashCode()? What is confusing is that
> AbstractPatriciaTrie's h
I'd like to see more docs on why AbstractPatriciaTrie implements hashCode()
but not equals(). I see that AbstractPatriciaTrie inherits equals from
AbstractMap, but why not also inherit hashCode()? What is confusing is that
AbstractPatriciaTrie's hashCode uses a MyEntryIterator but why not inherit
t
Hi,
I'd like to call a vote for releasing Commons Collections 4.0 based on RC1.
Changes since 4.0-alpha1 (copied from release-notes):
o [COLLECTIONS-488] Added "CollectionsUtils#matchesAll(Iterable,
Predicate)" to test if all elements of a collection match a given
predicate.
o [COLL