Commit Graph

3607 Commits

Author SHA1 Message Date
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
Olivier Lamy 42a86388b8 really fix site this time
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1428371 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 14:48:51 +00:00
Olivier Lamy 9a82bc20ea use non SNAPSHOT parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1428232 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 09:26:38 +00:00
Gary D. Gregory 4d46f014fb [LANG-865] LocaleUtils.toLocale does not parse strings starting with an underscore.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1428174 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 06:19:52 +00:00
Olivier Lamy bc255ccf5c fix links with new tree for javadocs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1422900 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 12:29:12 +00:00
Olivier Lamy c57b0cf1ce faster checkout with ignoring javadocs from previous versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1422897 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 12:22:46 +00:00
Olivier Lamy d9d314d965 configure site deploy tru svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1422840 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 10:41:50 +00:00
Gary D. Gregory 145a757bf3 Update JUnit to version 4.11 from 4.10.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1417457 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 14:53:09 +00:00
Sebastian Bazley b1304061e9 Missing interface @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1417452 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 14:45:42 +00:00
Sebastian Bazley 78ef8313bd Imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1417451 13f79535-47bb-0310-9956-ffa450edef68
2012-12-05 14:45:09 +00:00
Gary D. Gregory 8b89b0ea93 <action issue="LANG-835" type="add">StrBuilder should support StringBuilder as an input parameter</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1413671 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 15:04:00 +00:00
Gary D. Gregory 0c9622b749 <action issue="LANG-858" type="fix">StringEscapeUtils.escapeJava() and escapeEcmaScript() do not output the escaped surrogate pairs that are Java parsable</action>
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1413114 13f79535-47bb-0310-9956-ffa450edef68
2012-11-24 01:56:20 +00:00
Gary D. Gregory e5a1ea6a76 [LANG-858] StringEscapeUtils.escapeJava() does not output the escaped surrogate pairs that is Java parsable.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1412408 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 02:21:55 +00:00
Gary D. Gregory ed8a178479 Remove extra whitespace.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1412407 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 02:17:32 +00:00
Gary D. Gregory 0ea20fa351 Add testEscapeXmlAllCharacters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1412256 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 19:51:28 +00:00
Gary D. Gregory 52bcd9b8e8 [LANG-857] StringIndexOutOfBoundsException in CharSequenceTranslator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1411850 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 20:45:50 +00:00
Sebastian Bazley f5a83bb90c LANG-856 Code refactoring in NumberUtils
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408713 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 13:21:37 +00:00
Sebastian Bazley d844d1eb5e LANG-854 NumberUtils#createNumber - does not allow for hex numbers to be larger than Long
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408537 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 01:39:40 +00:00
Sebastian Bazley c1f9320476 LANG-855 NumberUtils#createBigInteger does not allow for hex and octal numbers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408524 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 00:59:22 +00:00
Sebastian Bazley d2bea5ffd3 Add tests to show magnitude boundary between Float, Double and BigDecimal
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1408359 13f79535-47bb-0310-9956-ffa450edef68
2012-11-12 17:13:37 +00:00