Commit Graph

5694 Commits

Author SHA1 Message Date
Gary Gregory e6165e9377 - Update copyright year in NOTICE file.
- org.easymock:easymock 4.1 -> 4.2.
- org.junit-pioneer:junit-pioneer 0.4.2 -> 0.5.3.
- org.junit.jupiter:junit-jupiter 5.5.2 -> 5.6.0.
2020-02-13 10:25:56 -05:00
Jochen Wiedmann 3ce3b27dbd Fixing Checkstyle problems. 2020-02-07 21:59:23 +01:00
Jochen Wiedmann 2ea44b2ada - Added the Streams class.
- Added Functions.stream() as an accessor method.
2020-01-26 22:57:13 +01:00
Gary Gregory bfc88d23cb [LANG-1516] Fix generics in API signatures of ExceptionUtils. 2020-01-24 09:16:01 -05:00
Gary Gregory bb5244814c Reduce magic number usage. 2020-01-24 09:05:31 -05:00
contextshuffling 4b11c764e5 [LANG-1514] make test more stable by using HashSet to compare 2020-01-19 23:51:52 +08:00
Gary Gregory a606a0328b [LANG-1513] ObjectUtils: Get first non-null supplier value. 2020-01-07 23:03:39 -05:00
Gary Gregory 259ac721ce [LANG-1512] Add IS_JAVA_14 and IS_JAVA_15 to
org.apache.commons.lang3.SystemUtils.
2020-01-06 11:39:33 -05:00
Gary Gregory 365f73c455 [LANG-1509] Add ObjectToStringComparator. #483. 2020-01-01 09:32:27 -05:00
Gary Gregory 1df9bc7025
[LANG-1509] Add ObjectToStringComparator. (#483)
* [LANG-1509] Add ObjectToStringComparator.

* [LANG-1509] Add ObjectToStringComparator.

Repackage.

* [LANG-1509] Add ObjectToStringComparator.

Avoid NPE.

* [LANG-1509] Add ObjectToStringComparator.

Clean ups.

* Spotbugs: toString() can return null!
2020-01-01 09:31:22 -05:00
Gary Gregory 6f358e9e8d Shutdown thread pool in case of unexpected error. 2020-01-01 08:54:48 -05:00
Gary Gregory b475986174 Shutdown thread pool in case of unexpected error. 2020-01-01 08:49:39 -05:00
Gary Gregory 3b75763f9d Be quiet on the console. 2020-01-01 08:47:43 -05:00
Gary Gregory e1a4955e91 Checkstyle: trailing spaces. 2020-01-01 08:30:10 -05:00
Gary Gregory eb54882ffa [LANG-1507] Add ComparableUtils #398.
Clean ups.
2020-01-01 08:19:07 -05:00
Gary Gregory 13ac5b8481 Checktyle. 2020-01-01 00:21:32 -05:00
Gary Gregory 931101dd65 [LANG-1510] Add org.apache.commons.lang3.arch.Processor.Arch.getLabel(). 2019-12-31 22:43:43 -05:00
Gary Gregory e15a2db167 Sort members.
Drop @author tag.
2019-12-31 22:32:31 -05:00
Gary Gregory a14ee65d14 [LANG-1507] Add ComparableUtils #398.
Repackage. Another class is coming here soon.
2019-12-31 22:06:18 -05:00
Gary Gregory 1dcf141f7c Remove trailing white spaces on all lines. 2019-12-31 09:21:40 -05:00
Gary Gregory b46d417ef6 [LANG-1508] Add org.apache.commons.lang3.SystemUtils.getUserName(). 2019-12-31 09:07:14 -05:00
Gary Gregory f9535b52a5 [LANG-1507] Add ComparableUtils #398. 2019-12-31 08:41:07 -05:00
Sam Kruglov 2425853701 [LANG-1431] Add ComparableUtils (#398) 2019-12-31 08:35:10 -05:00
Gary Gregory 2a3c56efc0 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2019-12-30 16:26:21 -05:00
Gary Gregory e4e7de4df9 Checkstyle: Remove trailing white spaces on all lines. 2019-12-30 16:26:12 -05:00
pascalschumacher b2a0ac79b6 ArrayUtils: Remove stray comment. 2019-12-30 22:16:26 +01:00
pascalschumacher 94b0752726 ArrayUtils: Fix checkstyle violation. 2019-12-30 22:14:08 +01:00
Gary Gregory 5ac643368d [LANG-1506] Allow a StopWatch to carry an optional message. 2019-12-30 14:53:22 -05:00
Gary Gregory a914a268ba [LANG-1505] Add StopWatch convenience APIs to format times and create a
simple instance.
2019-12-30 14:06:28 -05:00
Gary Gregory de7b773087 Sort members. 2019-12-30 13:46:05 -05:00
Gary Gregory c8289bfcc9 Javadoc. 2019-12-30 13:41:54 -05:00
Gary Gregory 0ef55fe145 Don't generate gratuitous garbage. 2019-12-26 19:26:14 -05:00
pascalschumacher d5948be13f Use ArrayUtils#EMPTY_STRING_ARRAY instead of creating new empty String arrays. 2019-12-26 23:51:46 +01:00
pascalschumacher 84668a2d98 Use Collection#toArray(new T[0]) instead of a presized array as it is faster on modern JVMs. 2019-12-26 22:48:12 +01:00
pascalschumacher fe44a99852 CompareToBuilder: Fix checkstyle violation. 2019-12-26 10:25:50 +01:00
Gary Gregory 3744263970 Use Objects.requireNonNull() instead of custom check. Minor formatting. 2019-12-25 23:00:43 -05:00
pascalschumacher ff05749cdc Conversion#binaryToHexDigit(boolean[], int): Simplify implementation by removing redundant conditions. 2019-12-22 12:42:16 +01:00
Gary Gregory 670a832d4d [LANG-1503] Add factory methods to Pair classes with Map.Entry input.
#454.

Also adds tests that were not in the PR.
2019-12-21 17:28:30 -05:00
Gary Gregory e910e9c908 Functions Javadoc #466. 2019-12-21 08:43:24 -05:00
Peter Verhas 23931d528e Functions Javadoc (#466)
* LANG-1480 getAbbreviatedName refactored to create appropriate length short class names

* LANG-1480 code fixed for special extreme case ".." abbreviated to 1 length should result ".." it was throwing exception. Tests are added

* import changed to avoid wild cards
apache master merged into current branch

* Mutable object import was moved to it's original place

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* added another test case

* LANG-1480 fixing JavaDoc documentation as per requested by garydgregory

* LANG-1480 shortcut implemented, argument renamed, more tests

* LANG-1480 checkstyle update

* LANG-1492 tests methods modified to be public

* LANG-1480 imports rearranged

* LANG-1480 imports rearranged

* LANG-1480 imports rearranged

* javadoc was added that explains why there is a return type for a method that never returns

* wording changed in comment

* fixes based on code review by garydgregory
2019-12-21 08:42:53 -05:00
Gary Gregory cb674720a9 BooleanUtils Javadoc #469. 2019-12-21 08:40:27 -05:00
Peter Verhas 936dd601b7 BooleanUtils Javadoc (#469)
* LANG-1480 getAbbreviatedName refactored to create appropriate length short class names

* LANG-1480 code fixed for special extreme case ".." abbreviated to 1 length should result ".." it was throwing exception. Tests are added

* import changed to avoid wild cards
apache master merged into current branch

* Mutable object import was moved to it's original place

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* some accidental formatting reverted

* added another test case

* LANG-1480 fixing JavaDoc documentation as per requested by garydgregory

* LANG-1480 shortcut implemented, argument renamed, more tests

* LANG-1480 checkstyle update

* LANG-1492 tests methods modified to be public

* LANG-1480 imports rearranged

* LANG-1480 imports rearranged

* LANG-1480 imports rearranged

* some simplification that were there since before Java 1.4

* mainly unneccessary unboxing

* documentation partly reverted

* javadoc changes only

* ArrayUtils change reverted
2019-12-21 08:39:19 -05:00
Gary Gregory 742eb8982b Update POM parent: org.apache.commons:commons-parent 48 -> 50.
tar
2019-12-21 07:57:41 -05:00
Gary Gregory b4645f695b Update build dependency: com.puppycrawl.tools:checkstyle 8.26 -> 8.27. 2019-12-20 23:11:33 -05:00
Gary Gregory 74c8862d0c Update test dependency: org.junit-pioneer:junit-pioneer 0.3.3 -> 0.4.2. 2019-12-20 23:03:22 -05:00
pascalschumacher c9ca06e496 Remove no longer necessary SpotBugs excludes. 2019-12-20 13:28:20 +01:00
pascalschumacher cb2ec37bd3 Replace Character constructor (deprecated on Java 9+) calls in tests with Character#valueOf. 2019-12-20 13:08:50 +01:00
pascalschumacher 325d9a97d6 EventListenerSupport: Fix string format of Validate#isTrue call in constructor. 2019-12-20 12:45:22 +01:00
Gary Gregory 1e70575586 Remove unnecessary array creation for varargs. 2019-12-18 16:43:09 -05:00
Gary Gregory 7bbbdd2477 Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation. 2019-12-10 16:27:02 -05:00