Thomas Neidhart
|
076c6b723c
|
Add generic type description in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436305 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 12:33:10 +00:00 |
Thomas Neidhart
|
b3d25eb721
|
Add generic type description in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436304 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 12:30:57 +00:00 |
Thomas Neidhart
|
8f9bbcf049
|
Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436301 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 12:26:12 +00:00 |
Thomas Neidhart
|
1615f44ddd
|
Add findbugs exclude filter for Flat3Map: switch fall-throughs and missing default case are intentional.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436283 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 11:29:58 +00:00 |
Thomas Neidhart
|
76d6a4b8e4
|
Fix findbugs warning wrt exposed internal representation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436254 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 10:11:42 +00:00 |
Thomas Neidhart
|
5954027e47
|
Fix findbugs warning wrt exposure of internal representation: introduce a common base class for quantification predicates and clone the internal predicate array.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436241 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 09:49:21 +00:00 |
Sebastian Bazley
|
9d6a3eb828
|
Explicit unboxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436075 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 01:37:51 +00:00 |
Sebastian Bazley
|
8864189257
|
Value cannot be null (Eclipse)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436070 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 01:32:09 +00:00 |
Sebastian Bazley
|
80ec6a5e29
|
Document some unchecked casts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436066 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 01:28:08 +00:00 |
Sebastian Bazley
|
bac08c04d4
|
Document and fix some unchecked casts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436053 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 01:15:51 +00:00 |
Sebastian Bazley
|
550d30609f
|
Javadoc
Remove unsafe @SuppressWarnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436044 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 01:08:58 +00:00 |
Sebastian Bazley
|
2c82062b7c
|
Javadoc syntax fixes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1436026 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-21 00:55:20 +00:00 |
Thomas Neidhart
|
aed4c18c13
|
Findbugs fixes: implement Cloneable when defining clone method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435981 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:50:44 +00:00 |
Thomas Neidhart
|
8747f6eaab
|
Findbugs fixes: use e.g. Integer.valueOf instead of new Integer and similar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435980 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:48:58 +00:00 |
Thomas Neidhart
|
8aa8f5e67f
|
Findbugs fixes: use e.g. Integer.valueOf instead of new Integer and similar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435979 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:47:51 +00:00 |
Thomas Neidhart
|
df73c74f88
|
Add findbugs exclude filter.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435977 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:44:05 +00:00 |
Thomas Neidhart
|
a2e56d388b
|
Add javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435970 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:20:22 +00:00 |
Thomas Neidhart
|
5546efd9f7
|
Add javadoc, minor formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435965 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 21:13:18 +00:00 |
Thomas Neidhart
|
1b9d8b4b3e
|
Fix checkstyle warnings: line longer than 120 chars.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1435824 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-20 11:41:17 +00:00 |
Olivier Lamy
|
99b53bcce8
|
disable this profile
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431628 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 20:45:22 +00:00 |
Olivier Lamy
|
cc4ab3d647
|
simplify publication of site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1431614 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-10 20:27:46 +00:00 |
Olivier Lamy
|
a693840aea
|
ignore site-content
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1430760 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 10:06:09 +00:00 |
Olivier Lamy
|
3041d5ded5
|
fix checkout path
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1430758 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-09 10:05:36 +00:00 |
Gary D. Gregory
|
837e75c49a
|
Do not depend on CP snapshot.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429922 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 17:54:37 +00:00 |
Gary D. Gregory
|
9aea104d8a
|
Where possible:
- Add final modifier to private fields
- Add final modifier to method parameters
- Add final modifier to local variables
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429905 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 17:15:14 +00:00 |
Gary D. Gregory
|
4f43347950
|
Remove unnecessary parentheses (except for some bit expressions.)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429897 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 17:04:52 +00:00 |
Gary D. Gregory
|
784f4752fc
|
Convert control statement bodies to block.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429895 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 16:55:07 +00:00 |
Gary D. Gregory
|
49501d2f3c
|
Remove unused imports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429893 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 16:52:21 +00:00 |
Gary D. Gregory
|
12d9e8743d
|
Remove unnecessary casts.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429892 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 16:51:34 +00:00 |
Gary D. Gregory
|
af2d6e62f3
|
Add missing '@Override' annotations.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429891 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 16:49:40 +00:00 |
Gary D. Gregory
|
745dd6673f
|
Convert to Java 5 enhanced loops.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1429890 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-07 16:48:10 +00:00 |
Olivier Lamy
|
e79d3ffa4b
|
fix property
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1423227 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-17 23:50:37 +00:00 |
Olivier Lamy
|
67ef15f8f9
|
fix some properties names
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422892 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-17 12:14:43 +00:00 |
Olivier Lamy
|
d6516f2c8a
|
fix links with new tree
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422602 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-16 15:37:05 +00:00 |
Olivier Lamy
|
e965e69f1b
|
make checkout faster as javadocs folder will not change a lot
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422601 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-16 15:36:18 +00:00 |
Olivier Lamy
|
6130eb8b28
|
fix configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422425 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-15 23:57:27 +00:00 |
Olivier Lamy
|
e91de1800f
|
ignore too api-2.1.1 path
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422421 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-15 23:41:58 +00:00 |
Olivier Lamy
|
d876421b75
|
configure collections to be deployed tru svnpub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1422420 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-15 23:38:55 +00:00 |
Thomas Neidhart
|
244fe70119
|
[COLLECTION-436] Added emptyIfNull methods to [Collection,Set,List,Map]Utils. Thanks to Arman Sharif for report and patch.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1421567 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-13 21:52:42 +00:00 |
Thomas Neidhart
|
806c1d78d5
|
Rename test classes for map package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1409169 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-14 11:36:54 +00:00 |
Thomas Neidhart
|
23e3b0f0fc
|
Javadoc formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388152 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 18:29:30 +00:00 |
Thomas Neidhart
|
e97754ebfb
|
Added changes for COLL-415 and COLL-417.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388147 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 18:09:55 +00:00 |
Thomas Neidhart
|
740344661c
|
[COLLECTIONS-415/417] Added clarifying javadoc about runtime complexity.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1388146 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-20 18:07:01 +00:00 |
Brent Worden
|
60591597c5
|
corrected junit message
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382392 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-09 02:56:10 +00:00 |
Thomas Neidhart
|
bd74955a01
|
Updated commons-parent.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382179 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 21:22:20 +00:00 |
Thomas Neidhart
|
f0974d3b28
|
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382173 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 21:12:58 +00:00 |
Thomas Neidhart
|
5409f76e35
|
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382171 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 21:02:38 +00:00 |
Thomas Neidhart
|
161ea25722
|
Javadoc fixes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382169 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 20:53:09 +00:00 |
Thomas Neidhart
|
0d9e0821e0
|
Fix checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382167 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 20:46:29 +00:00 |
Thomas Neidhart
|
02fadfb568
|
Fixed TODO wrt argument checks.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382165 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-07 20:37:11 +00:00 |