aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)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-05Bump commons.pmd-impl.version from 6.46.0 to 6.47.0 (#915)dependabot[bot]
Bumps `commons.pmd-impl.version` from 6.46.0 to 6.47.0. Updates `pmd-core` from 6.46.0 to 6.47.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0) Updates `pmd-java` from 6.46.0 to 6.47.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0) Updates `pmd-javascript` from 6.46.0 to 6.47.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0) Updates `pmd-jsp` from 6.46.0 to 6.47.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Changelog](https://github.com/pmd/pmd/blob/master/docs/render_release_notes.rb) - [Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.46.0...pmd_releases/6.47.0) --- updated-dependencies: - dependency-name: net.sourceforge.pmd:pmd-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-java dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-javascript dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-jsp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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]
Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.1. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27Add SystemUtils.IS_OS_WINDOWS_11.Gary Gregory
2022-06-21Merge branch 'pr-913'Bruno P. Kinoshita
This closes #913
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
Add ExceptionUtils.stream(Throwable).
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
Remove useless inline comments.
2022-06-13Better way to deal with ignored exceptions and PMD checks.Gary Gregory
Gets rid of output like: <suppressedviolation filename="...\src\main\java\org\apache\commons\lang3\reflect\MemberUtils.java" suppressiontype="nopmd" msg="Avoid empty catch blocks" usermsg=" "></suppressedviolation>
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
Gets rid of output like: <suppressedviolation filename="...\src\main\java\org\apache\commons\lang3\reflect\MemberUtils.java" suppressiontype="nopmd" msg="Avoid empty catch blocks" usermsg=" "></suppressedviolation>
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
Longer lines.
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]
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M6 to 3.0.0-M7. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M6...surefire-3.0.0-M7) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>