This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
from 7111a7007 Javadoc new 7ad893360 Increase test coverage for ListUtils - isEqualList: same size, but different elements in the lists - isEqualList: same size, same elements, but different order - hashCodeForList: with null element - partition.get: edge cases (Exception) - union: multiple cases - sum: happy path new 6c3bba1c2 Rename local variables to not hide the constants from lines 46, 47 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/collections4/ListUtilsTest.java | 107 +++++++++++++++++---- 1 file changed, 90 insertions(+), 17 deletions(-)