Commit Graph

4831 Commits

Author SHA1 Message Date
pascalschumacher 928e74f73f LANG-1295: ArrayUtils.toArray(T... items) has unsafe use of varargs
remove SafeVarargs annotation
2017-01-20 17:49:11 +01:00
pascalschumacher 7e60537820 LANG-1296: ArrayUtils.addAll() has unsafe use of varargs
remove SafeVarargs annotation
2017-01-20 17:47:20 +01:00
pascalschumacher d0e2bfc466 deprecate SystemUtils#LINE_SEPARATOR in favor of java.lang.System#lineSeparator 2017-01-20 17:41:03 +01:00
Bruno P. Kinoshita aab4018d8f Merge branch 'pr/227'
This closes #227

Thanks to Andrii (@Abrasha)!
2017-01-08 20:00:34 +13:00
Andrii e8d861359a + AbstractExceptionTest
+ CircuitBreakingExceptionTest
+ CloneFailedExceptionTest
+ cover specific cases
2017-01-05 21:53:01 +02:00
duncan 021e4dfb50 Ignore eclipse-cs generated file
The checkstyle plugin for Eclipse creates a .checkstyle file, which
should never be checked in to git. Added to .gitignore.
2016-12-22 15:46:08 +00:00
pascalschumacher 7cf5e01c2a remove commons-io test dependency 2016-12-20 10:01:04 +01:00
pascalschumacher c636539836 ExtendedMessageFormatTest: remove code for java versions below 1.4 2016-12-18 17:49:27 +01:00
pascalschumacher cc2d70e2ed add changes.xml entry for LANG-1301: Moving apache-rat-plugin configuration into pluginManagement 2016-12-18 16:18:49 +01:00
pascalschumacher 5738b2943c run rat check before cobertura on travis to make it more visible in case it fails 2016-12-18 16:01:50 +01:00
pascalschumacher 15f01c99c1 run rat check on travis 2016-12-18 15:56:25 +01:00
pascalschumacher 6cfee3d0e5 move apache-rat configuration from site to plugin-management sections, so that it also applies when "mvn apache-rat:check" is run
thanks to Karl Heinz Marbaise for the patch
2016-12-18 15:48:26 +01:00
duncan 363cbf7908 Improve test coverage of utility method. 2016-12-18 10:49:25 +00:00
duncan 600eb9eb99 LANG-1299 - Add method for converting string to an array of code points 2016-12-18 09:53:26 +00:00
duncan 855a523855 Corrected Javadoc @link tag. 2016-12-18 08:47:21 +00:00
duncan 657704627b Suppress warning about vararg usage. 2016-12-18 08:32:39 +00:00
Gary Gregory 8c7687b9ff [LANG-1297] SystemUtils.getHostName() API. Get test passing on Jenkins. 2016-12-14 15:31:53 -08:00
Gary Gregory a9f350eb94 [LANG-1297] SystemUtils.getHostName() API. Javadoc. 2016-12-14 14:28:40 -08:00
Gary Gregory bd5cc81ed7 [LANG-1297] SystemUtils.getHostName() API. 2016-12-14 14:22:34 -08:00
duncan cdfb2aa1e1 Improve description of alphabetic and alphanumeric. 2016-12-14 20:46:10 +00:00
duncan 7f7fa03eac Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-lang.git 2016-12-14 06:27:30 +00:00
duncan f643b4fa93 Fix for LANG-1286: RandomStringUtils random method can overflow... 2016-12-14 06:27:04 +00:00
Martin 35c27d025b Fix javadoc in isAnyNotBlank 2016-12-12 23:39:55 +01:00
duncan f13d18cff3 Javadoc change to address LANG-872.
Javadocs for append(Object[],Object[]) updated to indicate it only
compares the contents of the arrays, not the type of the arrays.
2016-12-12 15:25:18 +00:00
duncan 31fcd3bd8b Removed accidental commit of failing test case. 2016-12-12 15:14:58 +00:00
duncan 5556118ad1 Squashed deprecation warnings in test code. 2016-12-12 15:11:39 +00:00
duncan 795fe5d869 Added new vararg methods to insert values into an array at an index.
This implements LANG-660. This commit also deprecates the add() methods
that inserted a single value into an array at an index.
2016-12-12 14:00:19 +00:00
duncan 0136218fa3 Fixed typo in Javadoc. 2016-12-01 19:54:48 +00:00
duncan a08ec31dbf Fixes LANG-1292: WordUtils.wrap throws StringIndexOutOfBoundsException 2016-12-01 19:28:28 +00:00
pascalschumacher 8c1a0d2ee1 AnnotationTestUtils: remove unused import statement 2016-11-30 22:01:52 +01:00
pascalschumacher 1b362986bc StringUtils improve is*Empty and is*Blank javadoc 2016-11-30 21:55:24 +01:00
martin-tarjanyi 82d76aca8b Fix javadoc for isAnyNotEmpty (closes #220) 2016-11-30 21:28:15 +01:00
Gary Gregory 2cd3f0f10a Re-implement to avoid previous license.
Rewrite all Javadocs to be much simpler but we are open to more text.
2016-11-28 13:27:25 -08:00
Gary Gregory def3c4672b [LANG-1291] Provide annotations to document thread safety. 2016-11-27 15:41:23 -08:00
Gary Gregory 480949c375 No need to duplicate group Id. 2016-11-27 15:12:28 -08:00
Gary Gregory e56ac1c37d Add oraclejdk7. 2016-11-25 21:44:05 -08:00
pascalschumacher 32a0f4609f LANG-1290: Increase test coverage of org.apache.commons.lang3.ArrayUtils
add changes.xml entry
2016-11-24 22:32:50 +01:00
Andrii 8a05e0b0f6 make AnnotationUtilsTest#testAnnotationsOfDifferingTypes test what it was intended to test by making AnnotationUtilsTest.NestAnnotation visible at runtime (closes #218) 2016-11-24 22:24:17 +01:00
Andrii 51b2cabf2c LANG-1290: Increase test coverage of org.apache.commons.lang3.ArrayUtils class (closes #217)
Increase test coverage of the swap and shift methods.
2016-11-24 22:18:14 +01:00
duncan 41bc4cd029 RecursiveToStringStyleTest now uses correct ToStringStyle in tests.
Thanks to Dominik Stadler for patch.
2016-11-23 19:32:51 +00:00
Benedikt Ritter 2d6dea18b0
Merge branch 'fix/non-critical-typos' 2016-11-23 10:13:35 +01:00
Andrii aa75c23b2e fix non-critical typos in comments and JavaDoc
fix typos in several local variables
2016-11-23 00:41:58 +02:00
Andrii a49ea7a65b rename local variable name to more applicable (closes #215)
separate test cases by a new line
2016-11-22 23:18:51 +01:00
Benedikt Ritter b155e6461a
Merge branch 'fix/non-critical-typos' 2016-11-22 22:25:10 +01:00
Andrii db12f89ad2 fix typos in comments and javadoc. 2016-11-22 23:01:01 +02:00
pascalschumacher 3415c02e7b LANG-1067: Add a reflection-based variant of DiffBuilder
add changes.xml entry
2016-11-20 22:05:06 +01:00
pascalschumacher 011775551e LANG-1067: Add a reflection-based variant of DiffBuilder 2016-11-20 11:24:50 +01:00
pascalschumacher 7d54a14a75 remove unused import 2016-11-20 10:56:48 +01:00
Gary Gregory dfd69e038c Fix unbox warning. Show when we are unboxing. 2016-11-18 13:38:44 -08:00
Gary Gregory f55530a2ff Revert "LANG-1289" type="fix" dev="ggregory">JavaVersion class depends on Apache Commons Math class NumberUtils."
This reverts commit 9dcd87f9c4.
2016-11-18 13:36:09 -08:00