Commit Graph

2981 Commits

Author SHA1 Message Date
Sebastian Bazley dbd36d9f55 Javadoc fix - duplicated line (looks like auto <code> fix did not work)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078064 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 17:31:27 +00:00
Stephen Colebourne 0ca84735ad Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078032 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 16:07:14 +00:00
Stephen Colebourne ef14f844cc Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078015 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:42:40 +00:00
Stephen Colebourne 48b657d4db Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078013 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:37:12 +00:00
Stephen Colebourne 4b615e2319 Use new feature for implementing isSupported(); Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078006 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:31:49 +00:00
Stephen Colebourne 81b5d12e81 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077992 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 15:08:53 +00:00
Stephen Colebourne c21a7a26c0 Use concurrent instead of synchronization; Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077984 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 14:59:22 +00:00
Stephen Colebourne 1e2b9eb078 Javadoc and clarify null handling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077977 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 14:46:03 +00:00
Stephen Colebourne 30c4689bca Javadoc and add toString()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077967 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 14:34:05 +00:00
Stephen Colebourne e4671b466d Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077965 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 14:27:50 +00:00
Stephen Colebourne cde62a69e1 Use private UTC constant to avoid corruption of mutable constant
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077943 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:42:49 +00:00
Stephen Colebourne f68bbdbbb5 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077942 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:41:41 +00:00
Stephen Colebourne 3f4676370a Make rounding mode constants private, as they are unused in public
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077935 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:31:39 +00:00
Stephen Colebourne 5bc14f89d1 Document mutability of UTC constant, which isn't ideal
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077934 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:30:35 +00:00
Stephen Colebourne f446d290d6 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077933 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:29:01 +00:00
Stephen Colebourne bbc7fd046a Fix order of modifiers to public static final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077925 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:00:05 +00:00
Stephen Colebourne 40a5b587d0 Add serialization version ID
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077922 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:55:37 +00:00
Stephen Colebourne 79cddd4ea5 Fix brace positions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077921 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:54:18 +00:00
Stephen Colebourne 30e369723d Javadoc ArrayUtils.toArray()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077915 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:41:48 +00:00
Stephen Colebourne 3ac961a314 [LANG-492] Revert deletion of ArrayUtils.hashCode()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077910 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:31:24 +00:00
Stephen Colebourne c7f93ca309 Add thread-safe annotation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077903 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:24:12 +00:00
Stephen Colebourne ee17d69249 Javadoc; Move @since; Add documented constructor
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077901 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:23:25 +00:00
Stephen Colebourne 4046e160ff Avoid throwing checked exceptions from AnnotationUtils.hashCode()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077895 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:11:41 +00:00
Stephen Colebourne ed69b85620 Additional Javadoc; Remove IllegalArgumentException from throws clause
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077892 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 12:03:22 +00:00
Henri Yandell ef3132ba09 Changing Range.containsRange to containsAll and Range.overlapsRange to overlapsWith
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077823 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 06:12:56 +00:00
Henri Yandell 0c0a145ea2 Adding note on thread safety and fixing a piece of javadoc that still talked about numbers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077822 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 06:09:14 +00:00
Henri Yandell ff0b834cf4 Adding a header for the exception section
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1077821 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 05:45:08 +00:00
Joerg Schaible b9c088ac8d Fix missing new in example. Fix javadoc. Fix code style.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076703 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 17:48:24 +00:00
Henri Yandell 3ed85bb87d Updating the site for 3.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076542 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 07:15:07 +00:00
Henri Yandell 3ff4ee6c28 Reversing 3.0 and 2.6
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076541 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 07:15:01 +00:00
Henri Yandell 6eb9b440b7 Setting version to 3.0 in preparation of release building
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076528 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 05:20:03 +00:00
Henri Yandell 45a6d671cc Updating release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076515 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 04:45:03 +00:00
Henri Yandell deabff94d8 Updating for 3.0; removing mention of 2.x only features.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076513 13f79535-47bb-0310-9956-ffa450edef68
2011-03-03 04:29:04 +00:00
Henri Yandell 8eda3ad6a4 Indented code, made the link to the userguide a deep link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076128 13f79535-47bb-0310-9956-ffa450edef68
2011-03-02 07:31:46 +00:00
Oliver Heger d999b5cefa [LANG-489] Added some notes about the concurrent package to the migrate guide.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1076025 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 21:18:58 +00:00
Henri Yandell 714881545a Added visual note as to which issues were 3.0-beta
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075692 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 07:38:49 +00:00
Henri Yandell e94da60b9c Adding information on the text.translate package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075691 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 07:31:23 +00:00
Henri Yandell b0e0fc4daf Noting the SystemUtils java.version property change
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075674 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 06:32:00 +00:00
Henri Yandell 3c4f60d71b Resolving LANG-428 - Changing StringUtils.isAlpha, isAlphanumeric and isNumeric to return false when passed an empty String. Documenting this in the changes report and in the upgrade article. Also fixing a Javadoc c+p error in isNumericSpace and isAlphanumericSpace.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1075673 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 06:31:41 +00:00
Matthew Jason Benson 15d50cf864 ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1074298 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 21:22:48 +00:00
Matthew Jason Benson ad549f8f34 address the invalidity of null annotation members
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1073995 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 00:05:02 +00:00
Henri Yandell 9e4b248d48 Adding a manually generated 2.6->3.0 clirr report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1072859 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 06:47:52 +00:00
Henri Yandell dafce5c30e Lowering the bar for the article so a release isn't held up by talking about the release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1072856 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 06:36:57 +00:00
Oliver Heger da545e3f6c [LANG-678] Updates changes and release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1071402 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 21:24:33 +00:00
Oliver Heger 3c286d89d0 [LANG-678] Added support for ConcurrentMap.putIfAbsent() to ConcurrentUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1071401 13f79535-47bb-0310-9956-ffa450edef68
2011-02-16 21:20:27 +00:00
Henri Yandell 536ea90fc0 Adding a note for LANG-676
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1067607 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 06:59:37 +00:00
Henri Yandell d34dce48e5 Adding note on potential NPE if autoboxing occurs per LANG-676
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1067606 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 06:58:08 +00:00
Henri Yandell 4a29061ad7 Updating the 3.0 article
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1067603 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 06:49:49 +00:00
Matthew Jason Benson e39e773c19 ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1067021 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 22:57:47 +00:00
Gary D. Gregory d51bc887a3 Add missing Javadoc @param.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1066984 13f79535-47bb-0310-9956-ffa450edef68
2011-02-03 21:29:35 +00:00