aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons
AgeCommit message (Expand)Author
2024-05-04Use Checkstyle WhitespaceAfterGary Gregory
2024-05-02Default values in new SystemProperties APIs are now Strings instead ofGary Gregory
2024-05-02Add SystemProperties constants and methods for system properties as ofGary Gregory
2024-05-01Use SystemProperties in tests instead of magic string lookupsGary Gregory
2024-05-01Add SystemProperties constants for system properties as of Java 22.Gary Gregory
2024-05-01Add and useGary Gregory
2024-05-01Add org.apache.commons.lang3.SystemProperties.getLineSeparator(Supplier<String>)Gary Gregory
2024-05-01Add org.apache.commons.lang3.SystemProperties.getUserName(Supplier<String>)Gary Gregory
2024-04-24Try and avoid test failures on GitHub CIGary Gregory
2024-04-24Camel-case package-private methodsGary Gregory
2024-04-24Add SystemUtils.IS_JAVA_22Gary Gregory
2024-04-24[LANG-1729] NumberUtils.isParsable() returns true for Fullwidth UnicodeGary Gregory
2024-04-24Try and avoid test failures on GitHub CIGary Gregory
2024-04-24[LANG-1729] NumberUtils.isParsable() returns true for Fullwidth UnicodeGary Gregory
2024-04-24[LANG-1729] NumberUtils.isParsable() returns true for Fullwidth UnicodeGary Gregory
2024-04-24Test refactoringGary Gregory
2024-04-24[LANG-1729] NumberUtils.isParsable() returns true for Fullwidth UnicodeGary Gregory
2024-04-24Try and avoid test failures on GitHub CIGary Gregory
2024-04-24[LANG-1524] TypeUtils.toString(Type) StackOverflowError for an innerGary Gregory
2024-04-24[LANG-1729] NumberUtils.isParsable() returns true for Fullwidth UnicodeGary Gregory
2024-04-19Sort membersGary Gregory
2024-04-19JavadocGary Gregory
2024-04-19StringUtils.stripAccents() should handle ligatures, UTF32 math blocks, etc. (...Stephan Peters
2024-04-12Add a Map-based testGary Gregory
2024-03-31Add ArrayUtils.nullTo(T[], T[])Gary Gregory
2024-03-29Add Streams.nonNull(T), non-varargs variantGary Gregory
2024-03-29WhitespaceGary Gregory
2024-03-29WhitespaceGary Gregory
2024-03-29Add Streams.failableStream(T), non-varargs variantGary Gregory
2024-03-22Use better JUnit APIGary Gregory
2024-03-22Use better JUnit APIGary Gregory
2024-03-16Use Java 8 API to manage thread localGary Gregory
2024-03-16Use Java 8 API to manage thread localGary Gregory
2024-03-16Use Java 8 API to manage thread localGary Gregory
2024-03-16Add missing branch testsGary Gregory
2024-03-16Add missing branch testsGary Gregory
2024-03-16Add missing branch testsGary Gregory
2024-03-15Add miising testGary Gregory
2024-03-15Add miising testGary Gregory
2024-02-23Make ArraySorter null-safeGary Gregory
2024-02-23Make ArrayFill null-safeGary Gregory
2024-02-09SimplifyGary Gregory
2024-01-30Allow EventListenerSupport to handle (and ignore) exception from (#1167)Gary Gregory
2024-01-27Adds a tests that throwing an exception from a listener stops callingGary Gregory
2024-01-24Use finalGary Gregory
2024-01-24Sort membersGary Gregory
2024-01-24Address minor redundancies after code inspection (#1148)Capt. Cutlass
2024-01-20Normalize end of commentsGary Gregory
2024-01-20Declutter: Tests don't need Javadoc @since tagsGary Gregory
2024-01-10inline method (#1154)Elliotte Rusty Harold