aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Javadoc and format nitGary Gregory
2022-07-05JavadocGary Gregory
2022-07-05Format nitsGary Gregory
2022-07-05Group entries together for "Add SystemUtils.IS_JAVA_*"Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_18Gary Gregory
2022-07-05Add SystemUtils.IS_JAVA_17Gary Gregory
2022-07-05Clean up inline commentsGary Gregory
2022-07-05Remove useless inline commentsGary Gregory
2022-07-05JavadocGary Gregory
2022-07-05Reuse our DateUtils#toCalendar(Date) APIGary Gregory
2022-07-05Internal refactoring around private modify() methodGary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-07-05Better internal exception handling.Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-07-05Javadoc: StringUtils.repeat("", "x", 3) = "xx"; #918Gary Gregory
2022-07-05docs: Annotation error StringUtils.repeat("", "x", 3) = "xx"; (#918)guicaiyue
2022-07-05Add test for StringUtils.substringBetween to disprove PR #908.Gary Gregory
2022-07-05Bump commons.pmd-impl.version from 6.46.0 to 6.47.0 #915Gary Gregory
2022-07-04Add missing namespace and XSD to SpotBugs filter file.Gary Gregory
2022-07-02Extra whitespaceGary Gregory
2022-07-02Bump spotbugs from 4.6.0 to 4.7.1dependabot[bot]
2022-06-27Add SystemUtils.IS_OS_WINDOWS_11.Gary Gregory
2022-06-21Remove duplicate asserts in StringUtilsTest.shalk
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-18Add ExceptionUtils.getRootCauseStackTraceList(Throwable)Gary Gregory
2022-06-18In-line some local varsGary Gregory
2022-06-18Format tweaksGary Gregory
2022-06-18Add ExceptionUtils.forEach(Throwable, Consumer<Throwable>)Gary Gregory
2022-06-18Sort membersGary Gregory
2022-06-16Format tweaksGary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-06-14Close HTML tagsGary Gregory
2022-06-14Foramtting.Gary Gregory
2022-06-14Use finalGary Gregory
2022-06-14Fix code duplicationGary Gregory
2022-06-14Close HTML tagsGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-06-13Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.gitGary Gregory
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
2022-06-13Update ClassUtils Javadoc with some missing throws NPE #912Gary Gregory
2022-06-13update ClassUtils javadoc with throw npe (#912)shalk(xiao kun)
2022-06-13Add missing test coverage for ClassUtils#getClass(String, boolean)Gary Gregory
2022-06-13Add missing test coverage for ClassUtils#getClass(ClassLoader, String)Gary Gregory
2022-06-13Format: Remove extra whitespace around parameters.Gary Gregory
2022-06-13Bump apache-rat from 0.13 to 0.14Gary Gregory
2022-06-12fix StringUtils.upperCase(String str) java docNikhil Kumar
2022-06-11Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7dependabot[bot]
2022-06-11Bump maven-pmd-plugin from 3.16.0 to 3.17.0dependabot[bot]
2022-06-10Fix camel case and comment typos.Gary Gregory