Commit Graph

2539 Commits

Author SHA1 Message Date
Sebb f823985339 More fixups to pom; rebuild download page 2019-08-02 15:39:21 +01:00
Gary Gregory 3927b6ca1e Fix download page for 3.2.2. 2019-08-02 09:54:52 -04:00
Gary Gregory 966adc0688 Fix the site's source repository link. 2019-07-21 16:49:45 -04:00
Gary Gregory 42909f82d9 Merge branch 'master' of http://gitbox.apache.org/repos/asf/commons-collections.git 2019-07-10 10:43:18 -04:00
Gary Gregory 842075f0a9 [COLLECTIONS-724] Simplify two remove-if loops #77. 2019-07-10 10:43:11 -04:00
Eitan Adler 07b82f6a69 Simplify two remove-if loops (#77)
These are semantically identical easier to read.
2019-07-10 10:39:51 -04:00
Gary Gregory 011ae37428 Add missing release notes 4.4 XML. 2019-07-09 10:23:17 -04:00
Gary Gregory 34b8bb25f1 Prepate for release 4.4. 2019-07-05 13:43:30 -04:00
Gary Gregory 73fad758a0 Prepate for release 4.4. 2019-07-05 13:41:14 -04:00
Gary Gregory f446cee7dc Prepate for release 4.4. 2019-07-05 13:14:55 -04:00
Gary Gregory 71d41b4d48 Comment empty blocks. 2019-07-05 13:10:34 -04:00
Gary Gregory ab9e84c47a Remove trailing white spaces on all lines. 2019-07-05 13:07:13 -04:00
Gary Gregory dd41aa800c Javadoc. 2019-07-05 13:06:02 -04:00
Gary Gregory 670dc76cf5 Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:57:40 -04:00
Gary Gregory 4ddee8a0ac Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:57:02 -04:00
Gary Gregory a434957f70 Remove: Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:56:01 -04:00
Gary Gregory 291414cd57 Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:53:51 -04:00
Gary Gregory f12470cd6c Unnecessary @SuppressWarnings("unchecked"). 2019-07-05 12:52:07 -04:00
Gary Gregory 0117ba7a88 [COLLECTIONS-716] Don't include email address in Exception messages. 2019-07-05 11:27:50 -04:00
Gary Gregory 28a1b8b4f7 [COLLECTIONS-723] Make use of FunctionalInterface #48. 2019-07-05 11:22:17 -04:00
Eitan Adler dea6dfa6fa global: make use of FunctionalInterface (#48)
Now that we're using Java 8, it seems reasonable to annotate.
2019-07-05 11:15:59 -04:00
Gary Gregory 2b967b82fc [COLLECTIONS-719 Support Transformer for LazyList Closes #52. 2019-07-05 11:11:34 -04:00
Stephan Windmüller d88810bd10 [COLLECTIONS-694] Support Transformer for LazyList (#52)
Squashing and merging. @stovocor @kinow
2019-07-05 11:03:18 -04:00
Gary Gregory 0e25c94e3a Javadoc. 2019-07-05 10:51:02 -04:00
Gary Gregory 38b8a8975f Javadoc: Add missing @param tags for generics. 2019-07-05 10:37:07 -04:00
Gary Gregory 7db45d3971 Use HTTPS links to Apache. 2019-07-04 09:52:33 -04:00
Sebb cb57e04fd6 COLLECTIONS-716 Don't include email address in Exception messages 2019-06-17 23:49:07 +01:00
Gary Gregory ea9b4b51b0
[COLLECTIONS-719] Create a PropertiesFactory and (#75)
[COLLECTIONS-719] Create a PropertiesFactory and SortedPropertiesFactory.
2019-06-11 22:26:28 -04:00
Gary Gregory 4a29880950 Name "Apache Commons" in page title. 2019-06-06 10:07:08 -04:00
Gary Gregory 8ed5f6df65 Close Javadoc tags. 2019-05-30 17:10:46 -04:00
Gary Gregory 252170f2de [COLLECTIONS-718] Fix LRUMap exception message. 2019-05-21 07:20:20 -04:00
Eitan Adler b150dc8860 Fix LRUMap exception message (#72)
The exception error message does not include an '=' before every field.
2019-05-21 07:16:30 -04:00
Gary Gregory b0b5759d5a Close tags in class-level Javadoc. No empty p tags.
Remove trailing spaces.
2019-05-10 08:37:02 -04:00
Gary Gregory 0d489086a3 Javadoc: Close tags. 2019-05-08 20:41:28 -04:00
Gary Gregory 8688bf734e [COLLECTIONS-715] Implement Collection's removeIf(). 2019-05-05 10:23:33 -04:00
이종현 bd76c28259 Add removeIf (#70)
* Add removeIf to SynchronizedCollection, Add mac store files to gitignore

* - added removeIf

* - added removeIf
- added Tests for removeIf

* minor fix

* p tag fix in comments

* Added @since 4.4 javadoc tag
2019-05-05 10:16:38 -04:00
Gary Gregory 3b9f72be23 Remove redundant type arguments. 2019-03-09 08:47:39 -05:00
Bruno P. Kinoshita 9f45dc09e3 Fix PMD issue regarding Ternary operators that can be simplified 2019-02-16 21:51:21 +13:00
Bruno P. Kinoshita 2da1b2f60d Fix PMD issue for class already imported 2019-02-16 21:39:48 +13:00
Bruno P. Kinoshita 3742db4b28 enum constructors are already private 2019-02-16 21:39:30 +13:00
Bruno P. Kinoshita 61049275b0 Remove unused imports 2019-02-16 21:30:46 +13:00
Bruno P. Kinoshita 0d892c260a Remove unnecessary supress warning for generics 2019-02-16 21:29:56 +13:00
Eitan Adler 342b03d1dd [BulkTest] remove workarounds for buggy JDK 1.6 implementations (#68)
Considering that we now require Java 8, having a workaround for IBM's
version of JDK 1.6 isn't required.
2019-02-10 06:48:18 -05:00
Gary Gregory c46666c5dd [COLLECTIONS-710] NullPointerExceptions in CompositeCollection,
CompositeSet, and CompositeMap.
2019-02-09 18:00:23 -05:00
Gary Gregory 036bbf34d2 [COLLECTIONS-710] Calling CompositeCollection.size() will cash if the
list contains null element.
2019-02-09 17:52:29 -05:00
Gary Gregory b97da105fb [COLLECTIONS-710] Calling CompositeCollection.size() will cash if the
list contains null element.
2019-02-09 17:41:20 -05:00
Gary Gregory b4ac43e113 Sort members. 2019-02-09 17:21:31 -05:00
Eitan Adler 896334a1e3 [FixedOrderComparator] Simplify always false condition
map is a final value initialized to an object and can never be null.
2019-02-08 23:59:52 -08:00
Maxim Solodovnik 40d6ffa381
Missing top level javadoc link is added 2019-02-07 22:32:33 +07:00
Maxim Solodovnik 89008f2b15 Create Commons collections 4.3 release tag
-----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZu5YACgkQnmkXtcRn
 Um5rFg/8CdoshaRoLOHXz69U2vQmW6IbKogi+dUTOofD+532XExl/4nwq+E1U7Db
 3ibOFVoEZ73VFRIOhjaEHEwi6+ZNvp6Bxv7HxEN6pcEvIXPuqljwmaLLXkKzZeCP
 2y0bxoztYAHVWbcBfLvSRWBbkzkmRnq/00Mmp6HwOdf6w+Z2+5XpNIqs7kYUWkqw
 7hsDZQhbIWGIo2grb8LlloE4FchXwqg6lfmtNTlaXGlZpxOYNuq+RtF+RSPngKgl
 Dg0oAoupV6YQa3f5Yj2/o/5GZV6lEpttYqlwSlY+PmdMJue5vm9SxUmbIeoT9XJe
 oNjbb4nGOm/cthM/DDnIVSzgqGhvG/ui1gAforP6Ft4VKUZtVnAIxOCS8nWOgQg6
 OdCPOYOd6n6fIC5Tft7bUsedAMfLiy9FtUx2Nw9KFfVicNIyqCNxU5NXOqfi+66x
 dWbPV73yFsRzGQZ09Vsb6uvT2qV1IXCWqmzGebyyQAttAmLiUw3A97s+IoJkpzm9
 vnKaRGDHlka8jazkIYRWkfC2fg/jlIV7no7CBqn6m/y/6M+wDT0RqrN/gylDUbSy
 ArfXdHG0A5gSlN/nwAS+ZhHezD00bYp7SZeaesaco6YwzjaCd7p+wLoAmP8e8JsC
 lq8zLQK15EwolvV9Tg8jf9lXBx49XdaecHRZyH0W/UYo3LZ95R4=
 =ohor
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE07/ZeejT3UvtphvEnmkXtcRnUm4FAlxZvTUACgkQnmkXtcRn
 Um7Oig/9GngaHSfgwJf+oUeFZGuMan7QPar5SX7lbygWXKiSX8M1wzJtSjl0kI/P
 EewGiWZMKUn/aK4hihIz/03xVkU0PHlYe+qn00zY4iN4A+fKKRugyDPgQ8OaCI9e
 m87vkVGP7eja4bJ1LtaxgZ6vgshBOdOKv6S2Ask2nHyi6unzo2JjS7LUkakyCIV8
 R5SZpGDEQzv6eRGzmTO6f/WrLehausg6VxTEqBHcvySUW2P5P4UiJWl9md3inyW8
 0VEANW6/LEXHNIpjL8BxPv2BTotBL/jU/4978rqg7tBSs4vrcXytMiS9/9rhYm0o
 fygnWKh8tADbu9vPIEZZrH7f+EBPEDqQDK3K8HW9SCBoG868ryuqwuYX/1iI+iiM
 wQKtd6tE66O3+XVJNcFOc7/TJNdHtdU2i4bYpLxQy0dE2N2Eor1thrW4wo7TldET
 kN2lN8ZarZFwGVNGyFn8WqgihbZ4C/Xe8x6cO1IBoNGUjL8LRTDWW8w2d+gmFNUv
 dw91yDzEnyHWODvkVFlwsAZ4wLp/OrtT33KTDVUC7OQGGDDUL/eNRnsx3/6QuqbC
 U2EZVcELcxvBwLxhgyGoHUTAEI8gM3HVyeplHSriTToI0qZt0iXLyAWIcVgHlRKe
 2aID5WTTuaST/YyNDoLXcNM6Hj42XnDiDGotKBbiv7f6treTnlM=
 =D+uv
 -----END PGP SIGNATURE-----

Merge tag 'collections-4.3'

Create Commons collections 4.3 release tag
2019-02-05 23:43:30 +07:00