Dear developers, We have found several issues in Apache commons collections, version 4.0. We have grouped similar issues into one bug report (as the root cause may be in one place or the same problem in a few isolated places).
Here are the direct links; please look at the bug tracker for details. We would appreciate feedback on whether these test reveal real issues, and on how useful they are to confirm/understand the issues. * equals/hashCode mismatch: https://issues.apache.org/jira/browse/COLLECTIONS-512 * NullPointerException in transformations: https://issues.apache.org/jira/browse/COLLECTIONS-513 (This may be intended except that according to the documentation, IllegalArgumentException should probably be thrown.) * NullPointerException in mapBackedSet: https://issues.apache.org/jira/browse/COLLECTIONS-514 Either the documentation or the code needs a minor update here. * A strange ClassCastException: https://issues.apache.org/jira/browse/COLLECTIONS-515 * NullPointerException in MapUtils.toProperties: https://issues.apache.org/jira/browse/COLLECTIONS-516 This is probably a corner case that can be dealt with more gracefully. -- Regards, Cyrille Artho - http://artho.com/ Those who will not reason, are bigots, those who cannot, are fools, and those who dare not, are slaves. -- George Gordon Noel Byron --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org