Commit Graph

2414 Commits

Author SHA1 Message Date
Thomas Neidhart 50bd9f108b Added missing since tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1476507 13f79535-47bb-0310-9956-ffa450edef68
2013-04-27 07:16:48 +00:00
Thomas Neidhart 8641a2e3d5 Added TODO for AbstractQueueTest.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475976 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 21:39:12 +00:00
Thomas Neidhart 8157a72408 Added an AbstractQueueTest as base class for all queue tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475974 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 21:37:18 +00:00
Thomas Neidhart 0f32e037b9 classes have been renamed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475957 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 21:03:52 +00:00
Thomas Neidhart 7d2532b86b Enable serialization tests for bags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475955 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:56:05 +00:00
Thomas Neidhart 0c05822544 Reorder tests, remove TODO as it should be fine imho.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475953 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:48:08 +00:00
Thomas Neidhart 766d9add03 [COLLECTIONS-263] Added MapUtils#populateMap(MultiMap, ...) methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475949 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:38:58 +00:00
Thomas Neidhart b591dacd5c Fix some generics warnings in test classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475940 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:09:15 +00:00
Thomas Neidhart cb3b31ed23 [COLLECTIONS-450] Added CollectionUtils.forAllButLastDo(...) methods. Thanks to J. Moldawski
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1475937 13f79535-47bb-0310-9956-ffa450edef68
2013-04-25 20:02:15 +00:00
Thomas Neidhart f7c4d60cda Finished adding all changes, cant believe it ...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1471125 13f79535-47bb-0310-9956-ffa450edef68
2013-04-23 20:02:43 +00:00
Thomas Neidhart 5663fe652a Format change entry.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470721 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:17:31 +00:00
Thomas Neidhart 100be78228 Added missing since tags.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470720 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:10:55 +00:00
Thomas Neidhart 59d2633770 findbugs: add constructor that sets the member field, but may remove class as it is unused.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470719 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 21:06:45 +00:00
Thomas Neidhart c429128e8f ExtendedProperties has already been removed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470714 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 20:58:20 +00:00
Thomas Neidhart ea15ac123a More changelog entries.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470713 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 20:54:41 +00:00
Thomas Neidhart 19c429783a More change entries, sorting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470702 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 20:24:42 +00:00
Thomas Neidhart 0751f75c4c Added more changelog entries from JIRA.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470688 13f79535-47bb-0310-9956-ffa450edef68
2013-04-22 19:57:58 +00:00
Sebastian Bazley 6d1945c8ed Simplify
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470346 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 21:03:39 +00:00
Sebastian Bazley b555f1d127 Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470345 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 21:01:35 +00:00
Sebastian Bazley 724fa9400f Fix raw type
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470344 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:59:57 +00:00
Sebastian Bazley a183825420 Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470343 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:43:00 +00:00
Sebastian Bazley eaa218844a Unnecessary suppresswarnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470342 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:42:30 +00:00
Sebastian Bazley 461141c88b The classes have serial ids; no need to suppress the warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470341 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:41:15 +00:00
Sebastian Bazley 212ac51aee Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470340 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:40:32 +00:00
Sebastian Bazley 1df5607ba7 The classes have serial ids; no need to suppress the warning
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470339 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 20:28:58 +00:00
Thomas Neidhart afae3dd81d Update javadoc with renamed tests, minor formatting fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470324 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 17:55:14 +00:00
Thomas Neidhart 3058d1865c Comment tests which create the serialization files.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470323 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 17:51:33 +00:00
Thomas Neidhart 5e01d361f0 [COLLECTIONS-445] Ignore several failing tests when executing with IBM J9 VM 1.6.x due to a faulty TreeMap implementation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470322 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 17:47:50 +00:00
Thomas Neidhart a48cafa52e Suppress deprecation warnings for ArrayStack usage.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470311 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 15:21:45 +00:00
Thomas Neidhart 0574dfb035 [COLLECTIONS-422] Added CollectionUtils.permutations(Collection) and PermutationIterator. Thanks for Benoit Corne for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470310 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 15:16:58 +00:00
Thomas Neidhart df593b1fa5 Remove outdated STATUS file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470294 13f79535-47bb-0310-9956-ffa450edef68
2013-04-21 12:39:15 +00:00
Thomas Neidhart 6e8052608a [COLLECTIONS-419] Added clarifying javadoc for AbstractDualBidiMap#retainAll.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470170 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 15:05:56 +00:00
Thomas Neidhart 9bdfac0fad [COLLECTIONS-433] Improve performance of TreeList#addAll and TreeList(Collection). Thanks to Jeffrey Barnes for the patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470159 13f79535-47bb-0310-9956-ffa450edef68
2013-04-20 13:11:14 +00:00
Thomas Neidhart c143260d76 Fix spelling, formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470005 13f79535-47bb-0310-9956-ffa450edef68
2013-04-19 19:35:10 +00:00
Thomas Neidhart 7b6903f116 Fix version tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469591 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 21:59:28 +00:00
Thomas Neidhart 5ea7e3a7d4 [COLLECTIONS-296] Added CollectionUtils#merge methods to merge two sorted Collections. Thanks to Julius Davies for the report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469577 13f79535-47bb-0310-9956-ffa450edef68
2013-04-18 21:06:40 +00:00
Thomas Neidhart fd5c46d080 Fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469079 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 21:52:53 +00:00
Thomas Neidhart 73bf0ef0f8 Delete removed features from site.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469072 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 21:02:37 +00:00
Thomas Neidhart 8be0b4cfb8 Update component properties in pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469071 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 21:00:36 +00:00
Thomas Neidhart 2e2789cda4 Move author to pom, add version/since tags, fix typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469061 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 20:29:58 +00:00
Thomas Neidhart 6f42ddf1ba [COLLECTIONS-429] Improved CollectionUtils#containsAll with the version from the patch, added more javadoc with information on the runtime/space trade-off.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469039 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 19:32:34 +00:00
Thomas Neidhart 2067c96f3f [COLLECTIONS-285] Add serialization support for TreeBidiMap, thanks to Christian Gruenberg.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469020 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 18:32:49 +00:00
Thomas Neidhart f7a557a38a [COLLECTIONS-444] Apply fix as suggested by John Vasileff.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469016 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 18:12:48 +00:00
Thomas Neidhart 9036c09662 Add change for COLLECTIONS-452.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469012 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 18:01:46 +00:00
Thomas Neidhart af567c6e2b Add change for COLLECTIONS-382.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469011 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:59:36 +00:00
Thomas Neidhart 4cffe07904 [COLLECTIONS-382] Change maven coordinates to org.apache.commons.commons-collections4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469010 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:57:32 +00:00
Thomas Neidhart ebfe1112be Disable serialization file creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469009 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:56:22 +00:00
Thomas Neidhart 4ad246d52f Fix type in changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469008 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:55:47 +00:00
Thomas Neidhart bec3a0f79e Remove empty directories after package change.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469006 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:46:17 +00:00
Thomas Neidhart a8d1066b5e [COLLECTIONS-452] Change package to o.a.c.collections4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1469004 13f79535-47bb-0310-9956-ffa450edef68
2013-04-17 17:37:03 +00:00