Commit Graph

3676 Commits

Author SHA1 Message Date
Henri Yandell e4555ce2b6 Added escape/unescapeJson methods per Maurizio Cucchiara's patch in LANG-797
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1467206 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 08:39:02 +00:00
Henri Yandell 1ccb2bfe75 Fixing the @since for LANG-875
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1467205 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 08:36:53 +00:00
Henri Yandell 3d6069ac24 Noted LANG-875 in the changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1467204 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 08:34:34 +00:00
Henri Yandell b7f9beed29 Applying Joanne Polsky's patch adding appendIfMissing/prependIfMissing methods to StringUtils [LANG-875]
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1467202 13f79535-47bb-0310-9956-ffa450edef68
2013-04-12 08:27:22 +00:00
Sebastian Bazley a0f577f6aa Add tests to try and break createNumber exponent handling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461698 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 16:29:56 +00:00
Sebastian Bazley d80be57d6e Document why double exponent (e and E) seems to work even though the index will be wrong
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461697 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 16:29:25 +00:00
Sebastian Bazley a1d5af1297 Factor out number failure tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461685 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 16:09:55 +00:00
Sebastian Bazley 0b58bbef33 Show input as well as output for failures
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461682 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 16:06:05 +00:00
Sebastian Bazley f1d2999aa2 Fix test failure comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461679 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 16:00:38 +00:00
Sebastian Bazley acec03e45a No need to check for Java 1.3+ any more
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461673 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 15:56:49 +00:00
Sebastian Bazley b3db6ed9ef LANG-881 NumberUtils.createNumber() Javadoc says it does not work for octal numbers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461671 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 15:52:25 +00:00
Sebastian Bazley 5df8f55e4f LANG-881 Enhance test so it also checks the exact values
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461654 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 15:32:24 +00:00
Gary D. Gregory ad43a49dab Statements unnecessarily nested within else clauses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1461559 13f79535-47bb-0310-9956-ffa450edef68
2013-03-27 13:04:25 +00:00
Sebastian Bazley ef2c5e441e Fix up URLs so they point to actual sites; this allows relative URLs to work properly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 17:49:27 +00:00
Henri Yandell 48d5e443c8 Updating changes file for two recent commits
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459654 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 07:39:03 +00:00
Henri Yandell fbf996cb7e Fixing urls to point to new oracle pages and not old, sometimes broken, sun urls
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459653 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 07:37:03 +00:00
Henri Yandell 3b69ed8d34 Fixing link from javadoc to point to new oracle site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459652 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 07:28:34 +00:00
Henri Yandell 733739cfc1 Adding CR and LF to StringUtils. LANG-870
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1459651 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 07:25:50 +00:00
Gary D. Gregory 7e03508fa6 [LANG-873] Add FieldUtils getAllFields() to return all the fields defined in the given class and super classes. Alternate impl that splits into two APIs, one with an array result, the other with a List.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1456305 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 01:35:37 +00:00
Gary D. Gregory b4ba50f6c8 [LANG-873] Add FieldUtils getAllFields() to return all the fields defined in the given class and super classes. Alternate impl that splits into two APIs, one with an array result, the other with a List.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1456304 13f79535-47bb-0310-9956-ffa450edef68
2013-03-14 01:35:23 +00:00
Gary D. Gregory 8d33312704 [LANG-873] Add FieldUtils getAllFields() to return all the fields defined in the given class and super classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1456010 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 15:55:41 +00:00
Benedikt Ritter 7a3255738a trivial: remove unnecessary <p> tags in one line JavaDoc comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455920 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 12:55:40 +00:00
Benedikt Ritter 415ce96a40 trivial: remove trailing white spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455915 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 12:50:23 +00:00
Gary D. Gregory 37897c7c34 maven-pmd-plugin 2.7.1 -> 3.0.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455895 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 11:43:23 +00:00
Gary D. Gregory f33fba71c5 Remove useless parentheses (PMD).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455893 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 11:41:02 +00:00
Gary D. Gregory fca46212ac Fix PMD: Avoid modifiers which are implied by the context.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455892 13f79535-47bb-0310-9956-ffa450edef68
2013-03-13 11:35:00 +00:00
Gary D. Gregory 035e5c7115 [LANG-873] Add FieldUtils getDeclaredFields() to return all the fields defined in the given class and super classes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1455751 13f79535-47bb-0310-9956-ffa450edef68
2013-03-12 23:23:04 +00:00
Olivier Lamy 22a83a7597 fix distManagement/site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1452087 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 18:25:50 +00:00
Olivier Lamy 1e43e0e87f fix rat report configuration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451553 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 10:21:21 +00:00
Olivier Lamy d7ac6963d6 add missing license header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451550 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 10:06:13 +00:00
Olivier Lamy 52c2bdc026 fix link
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451438 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 23:39:58 +00:00
Olivier Lamy 408476826f ignore site-content
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451353 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 21:17:23 +00:00
Olivier Lamy 8367364c38 use a real value rather than a property as not everybody use a snapshot build of maven see https://jira.codehaus.org/browse/MNG-5418.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1451351 13f79535-47bb-0310-9956-ffa450edef68
2013-02-28 21:16:40 +00:00
Olivier Lamy 39528d55ee restore download cgi
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1450355 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 18:50:19 +00:00
Olivier Lamy c702b0356d svnpubsub is now activated
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1450350 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 18:41:19 +00:00
Olivier Lamy d474cf3ccf use last parent 28
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1450251 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 16:10:02 +00:00
Thomas Neidhart ecd4dc9ca0 Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448370 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 19:54:19 +00:00
Thomas Neidhart 8bfee9ba52 Add generic type parameter javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448293 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 16:57:52 +00:00
Thomas Neidhart 9e4c7ad562 Remove wrong param tags, complete javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448290 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 16:51:35 +00:00
Thomas Neidhart 295ab041dc Add missing param tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448288 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 16:49:31 +00:00
Thomas Neidhart e7788c0231 Add missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448287 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 16:47:42 +00:00
Thomas Neidhart 99ff604efa Add missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1448286 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 16:47:18 +00:00
Sebastian Bazley 4b1f73c0b9 developed by => developed at
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1440692 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 21:43:00 +00:00
Gary D. Gregory 0a5029320d Update copyright for 2013.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1440638 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 20:05:05 +00:00
Gary D. Gregory 909630731f JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1437526 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 16:05:20 +00:00
Gary D. Gregory 9b2d0335e6 Fix Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1437065 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 17:29:33 +00:00
Gary D. Gregory 5292526e47 Add final modifier to local variables.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436770 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 07:09:45 +00:00
Gary D. Gregory 5bd622dab0 Add final modifier to method parameters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436768 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 07:07:42 +00:00
Gary D. Gregory adfcc014bd Add final modifier to private fields.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1436767 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 07:05:41 +00:00
Olivier Lamy 53646c1c98 configure svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1434931 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 22:02:44 +00:00