Commit Graph

3003 Commits

Author SHA1 Message Date
Oliver Heger 65667844fe Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082300 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 21:00:56 +00:00
Oliver Heger a8c12eaa1d Fixed checkstyle warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082299 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 20:58:38 +00:00
Henri Yandell eef3ffe0e2 Moving indexOf(String, String) and indexOf(String, String, int) over to CharSequence. LANG-687
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082066 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 06:18:42 +00:00
Henri Yandell 363d1f2704 Moving indexOf(String, int) and indexOf(String, int, int) over to CharSequence. LANG-687. This, plus the same happening for the String, String, int variant will open up a lot of methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082062 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 06:11:32 +00:00
Henri Yandell fede6b1ecc Moving center, left, leftPad, right, rightPad, mid, upperCase, lowerCase and swapCase over to CharSequence input. LANG-687
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082054 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 05:31:51 +00:00
Henri Yandell 0bc3750606 Moving abbreviate + abbreviateMiddle to CharSequences
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082051 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 05:04:45 +00:00
Henri Yandell 5bdb7232cf Upgrading to 19
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082048 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 04:41:25 +00:00
Henri Yandell 196067da97 Removing CharSequenceUtils in favour of putting the code in StringUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082046 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 04:39:17 +00:00
Henri Yandell e5b0844c4f Adding lots of @since 3.0s
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082044 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 04:26:58 +00:00
Henri Yandell edcfd40d71 Fixing LANG-685 so that EqualsBuilder synchronizes on itself and not HashCodeBuilder
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082042 13f79535-47bb-0310-9956-ffa450edef68
2011-03-16 03:53:22 +00:00
Gary D. Gregory dd84146bd1 Follow branding reqs from http://www.apache.org/foundation/marks/pmcs#graphics
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079847 13f79535-47bb-0310-9956-ffa450edef68
2011-03-09 15:43:11 +00:00
Sebastian Bazley 6a7a1ed476 Explicit boxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079423 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:38:09 +00:00
Sebastian Bazley 703db76ef4 Explicit boxing
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079422 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:34:59 +00:00
Sebastian Bazley fe81ef05b0 Cannot use {@code} to enclose text that includes {}
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079421 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:33:15 +00:00
Sebastian Bazley efc7ed5eca Unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079419 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:30:30 +00:00
Sebastian Bazley ffb2308e76 Cannot use {@code} to enclose text that includes {}
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079418 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:29:48 +00:00
Sebastian Bazley 685075984b Fix incorrect Javadoc re thrown exceptions; requires further change to private method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079417 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 16:24:00 +00:00
Henri Yandell 339558e885 Fixing javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079271 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 06:10:28 +00:00
Henri Yandell 803687227f Adding javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079249 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 06:00:22 +00:00
Henri Yandell 8542ccb689 Dropping the concat methods. Moving the join(Object[]) to join(Object...). LANG-396. LANG-683.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079173 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 05:34:01 +00:00
Henri Yandell 3456b2b6b1 Adding Javadoc to public constants - LANG-682
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079169 13f79535-47bb-0310-9956-ffa450edef68
2011-03-08 05:20:12 +00:00
Matthew Jason Benson b4e69a6efc Decompose pair into an abstract class with element accessor methods + mutable/immutable concrete expression classes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1078889 13f79535-47bb-0310-9956-ffa450edef68
2011-03-07 18:47:09 +00:00
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