aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org
AgeCommit message (Expand)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
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
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
2022-09-21Handle error messages with special characters.Piotr Stawirej
2022-09-16Add BooleanUtils.values() and forEach().Gary Gregory
2022-09-15LANG-1691: ClassUtils.getShortCanonicalName - using canonicalName rather than...Thiyagarajan
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
2022-08-21Add Processor.Type.getLabel() and Processor.toString()Gary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-21Add ThreadUtils.sleepQuietly(Duration)Gary Gregory
2022-08-21CheckstyleGary Gregory
2022-08-21Deprecate ThreadUtils code that defines custom function interfaces inGary Gregory
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
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
2022-08-12StringUtils.join(Iterator, String) should only return null when theGary Gregory
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
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