Commit Graph

3099 Commits

Author SHA1 Message Date
Henri Yandell 5a7a09256e Adding a test related to LANG-693 for createNumber
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1095285 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 06:27:28 +00:00
Henri Yandell 9d619172ee Moving from lang.xxx to lang3.xxx
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1095284 13f79535-47bb-0310-9956-ffa450edef68
2011-04-20 06:14:07 +00:00
Henri Yandell ddfb336e3e Moving indexOfAnyBut and containsAny to vararg APIs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1094098 13f79535-47bb-0310-9956-ffa450edef68
2011-04-17 04:26:20 +00:00
Henri Yandell 7d9ade1caa Moving lastIndexOfAny and indexOfAny to (CharSequence, CharSequence...) from (CharSequence, CharSequence[])
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1092824 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 21:44:56 +00:00
Henri Yandell e00c223382 Added more @since 3.0 CharSequence changes. Fixed an @since 3.1 to 3.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1092822 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 21:42:21 +00:00
Henri Yandell 7271276871 Adding @since 3.0 CharSequence tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1092817 13f79535-47bb-0310-9956-ffa450edef68
2011-04-15 21:26:52 +00:00
Matthew Jason Benson ad83272aa8 remove javadoc param tag for nonexistent parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091967 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 22:44:40 +00:00
Matthew Jason Benson 3c977ad1fa cure warnings for arrays of component type other than Object are specified to StringUtils.join()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091966 13f79535-47bb-0310-9956-ffa450edef68
2011-04-13 22:32:13 +00:00
Gary D. Gregory 8256dbef70 Refactor all 3 three Pair classes from o.a.c.l to o.a.c.l.tuple.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091531 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 18:29:49 +00:00
Stephen Colebourne 079cf8b020 Simplify code; Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091471 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 15:34:43 +00:00
Stephen Colebourne 47132a3fcc Organize imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091457 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 15:18:09 +00:00
Stephen Colebourne 38b539ae39 LANG-692 - Add hashCodeMulti varargs method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091452 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 15:17:07 +00:00
Stephen Colebourne c60aa33843 LANG-692 - Add hashCodeMulti varargs method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091448 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 15:13:36 +00:00
Stephen Colebourne dbcaeecb4f Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091420 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 14:13:25 +00:00
Henri Yandell 7cf67797a0 Removing unncessary brackets
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091344 13f79535-47bb-0310-9956-ffa450edef68
2011-04-12 09:38:46 +00:00
Gary D. Gregory 329b2576f8 Javadoc the Java version reported by Android.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091246 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 22:49:04 +00:00
Gary D. Gregory a7530eae97 Rename getRightElement() to getRight(). Rename getLeftElement() to getLeft().
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091241 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 22:39:35 +00:00
Henri Yandell 54de75b635 Noting LANG-691 in the release notes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091206 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 20:59:01 +00:00
Henri Yandell d827bb7604 Removing UTC_TIME_ZONE per LANG-691
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091202 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 20:52:18 +00:00
Matthew Jason Benson 7e73ff593f defer default toString() handling to toString(format)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091197 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 20:31:14 +00:00
Gary D. Gregory 8d0de8421b Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091158 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 18:10:23 +00:00
Gary D. Gregory 29066c6e89 Add Pair.toString(String)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091156 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 18:07:54 +00:00
Stephen Colebourne 37fa5d6fa4 Enhance pair classes; Shorten toString form; Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091146 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 17:48:14 +00:00
Matthew Jason Benson 25d4c7db21 remove obsolete targets, classname references from Ant build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091102 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 15:37:12 +00:00
Matthew Jason Benson a283547d5c ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091096 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 15:07:29 +00:00
Matthew Jason Benson 77c0ffce3c varargs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091095 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 15:06:32 +00:00
Matthew Jason Benson 93666dd2f2 varargs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091094 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 15:05:49 +00:00
Matthew Jason Benson 359cb03882 remove unnecessary reflection parameter args
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091091 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 14:41:44 +00:00
Gary D. Gregory 0734a04ca7 Use Java 5 getSimpleName API.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091086 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 14:20:43 +00:00
Gary D. Gregory aaadcb2b54 Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091085 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 14:18:46 +00:00
Matthew Jason Benson ca7f616594 remove javadocs detailing things the #getCause() methods no longer do
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091084 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 14:18:26 +00:00
Gary D. Gregory 82ce12fee3 Add a test for default toString behavior.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091075 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 13:53:29 +00:00
Matthew Jason Benson e8ea1dd79d javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091072 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 13:42:03 +00:00
Matthew Jason Benson 9a901d2580 no point specifying public access to a constructor of a private class
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091071 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 13:38:03 +00:00
Matthew Jason Benson 88c13f8e6b ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091070 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 13:36:15 +00:00
Matthew Jason Benson 83d1dbf5eb tab alignment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091066 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 13:30:11 +00:00
Phil Steitz d03fce6202 Removed my email addr.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090942 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 05:46:28 +00:00
Phil Steitz f070298869 Restored Ant build.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090934 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 05:00:19 +00:00
Phil Steitz a164864059 Dropped line length check.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090933 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 04:23:33 +00:00
Phil Steitz fc9dec48b8 Fixed javadoc spelling errors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090932 13f79535-47bb-0310-9956-ffa450edef68
2011-04-11 04:23:01 +00:00
Luc Maisonobe 67704d8e76 filtered out false positive findbugs warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090828 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 16:53:39 +00:00
Matthew Jason Benson 8d01b77e2e fix introduced failures having to do with removing the call to internal helper method #toNoNullStringArray()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090821 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 15:59:07 +00:00
Matthew Jason Benson 880c74f3a3 more varargs-related updates
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090813 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 15:03:23 +00:00
Matthew Jason Benson a681d650f6 ws
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090811 13f79535-47bb-0310-9956-ffa450edef68
2011-04-10 14:51:19 +00:00
Sebastian Bazley 5bc9b57f4e Fix SVN keywords
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090563 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 11:00:10 +00:00
Henri Yandell 19e4076ee1 Updating the manual clirr report
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090526 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 04:59:08 +00:00
Henri Yandell 83558381e3 Adding LANG-510
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090525 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 04:47:15 +00:00
Henri Yandell f08d8a2b0c Fixing documentation post translate move to Range API
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090522 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 04:30:12 +00:00
Henri Yandell 1a1145199e Moving 510 to below the beta fold. Adding LANG-687
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090521 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 04:24:47 +00:00
Henri Yandell 944040db83 Fixing @see reference
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090514 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 02:41:19 +00:00