aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org
AgeCommit message (Collapse)Author
2023-02-11Add missing javadoc/tests for some null arguments (#869)Diego Marcilio
2023-02-11Refactor system property access into a new SystemProperties classGary Gregory
2023-02-11Refactor system property access into a new SystemProperties classGary Gregory
2023-02-05Use try-with-resourcesGary Gregory
2022-12-07TyposGary Gregory
2022-12-07Javadoc & format tweaksGary Gregory
2022-12-07Remove trailing whitespace.Gary Gregory
2022-12-07Reset TimeZone after testGary Gregory
Don't initialize variables to their default value
2022-12-07Fix formattingGary Gregory
2022-12-07Reset TimeZone after testGary Gregory
2022-10-27Reuse own APIGary Gregory
2022-10-17Add NumberRange, DoubleRange, IntegerRange, LongRange.Gary Gregory
Fix changes.xml
2022-10-17JavadocGary Gregory
2022-10-13Format tweaksGary Gregory
2022-10-13Sort membersGary Gregory
2022-10-13Add gets the current day of year. (#968)Arturo Bernal
2022-10-07Add ClassPathUtils.packageToPath(String) and pathToPackage(String)Gary Gregory
2022-10-03Reuse constantGary Gregory
Format tweak
2022-09-21Handle error messages with special characters.Piotr Stawirej
Closes #953
2022-09-16Add BooleanUtils.values() and forEach().Gary Gregory
2022-09-15LANG-1691: ClassUtils.getShortCanonicalName - using canonicalName rather ↵Thiyagarajan
than class name (#949)
2022-08-26PMD: Implement equals()Gary Gregory
2022-08-26Sort membersGary Gregory
2022-08-23Add a main test class to prints out the difference time working withGary Gregory
MutableInt AtomicInteger.
2022-08-21Add Processor.Type.getLabel() and Processor.toString()Gary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
* Fix links in javadoc and documentations - fix broken links (using their new URL, an alternative URL or a Wayback Machine link), - use direct links instead of redirects, - upgrade javadoc links to version 8, - use HTTPS where possible. * Update EqualsBuilder.java Co-authored-by: Gary Gregory <garydgregory@users.noreply.github.com>
2022-08-21Add ThreadUtils.sleepQuietly(Duration)Gary Gregory
Remove new ThreadUtils.sleepQuietly(long)
2022-08-21CheckstyleGary Gregory
2022-08-21Deprecate ThreadUtils code that defines custom function interfaces inGary Gregory
favor of stock java.util.function.Predicate usage.
2022-08-21Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2022-08-21Rename method and fix typo. (#940)Arturo Bernal
2022-08-21FormatGary Gregory
2022-08-21Lang 1689 add optional to objectutils isempty (#933)Joseph Hendrix
* LANG-1689: return the negation of Optional.isPresent when checking if an Optional is empty * LANG-1689: test whether an optional is empty * LANG-1689: test whether an optional is NOT empty * LANG-1689 use spaces not tabs * LANG-1689 update JavaDoc to reflect use of Optional * LANG-1689 remove empty line to match code style from before changes Co-authored-by: hendrixjoseph <hendixjoseph@aol.com>
2022-08-16Add a bunch of test in order to increase the coverage. (#904)Arturo Bernal
2022-08-12Add Streams.of(Iterator)Gary Gregory
2022-08-12StringUtils.join(Iterator, String) should only return null when theGary Gregory
Iterator is null
2022-08-12StringUtils.join(Iterator, String) should only return null when theGary Gregory
Iterator is null
2022-08-12Sort membersGary Gregory
2022-08-12Add LangCollectorsGary Gregory
2022-07-16Sort membersGary Gregory
2022-07-16Add Streams.of(Iterable<E>)Gary Gregory
2022-07-16Rename new methodGary Gregory
2022-07-16Add Streams.of(Enumeration<E>)Gary Gregory
2022-07-15Rename method for next release.Gary Gregory
2022-07-15More precise exceptionsGary Gregory
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05[LANG-1662] Let ReflectionToStringBuilder only reflect given fieldGary Gregory
names #849 Applied PR and: - Added missing @since tags to new public and protected methods and fields - Fixed Javadocs - Reuse own ArrayUtils API for validation - Move methods to AB order
2022-07-05Inline some single-use local variables.Gary Gregory
2022-07-05Add ArrayUtils.oneHot().Gary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory