Commit Graph

7947 Commits

Author SHA1 Message Date
Gary Gregory edc8dcfe85 Javadoc 2024-05-14 09:17:59 -04:00
Gary Gregory 279d8f8d57 Javadoc 2024-05-14 09:16:22 -04:00
Gary Gregory 180f801d73 Javadoc 2024-05-14 09:15:22 -04:00
Gary Gregory 1b5f9d1af8 Remove one superfluous @SuppressWarnings 2024-05-14 09:15:15 -04:00
Gary Gregory 88ab71b194 Comment empty blocks 2024-05-14 09:13:06 -04:00
Gary Gregory 416a354308 Indentation 2024-05-12 18:42:55 -04:00
Gary Gregory 74a9bea58f Better implementation of
org.apache.commons.lang3.builder.MultilineRecursiveToStringStyle.spacer(int)
2024-05-12 18:13:45 -04:00
Gary Gregory 5e36226a06 Add test 2024-05-12 15:59:21 -04:00
Gary Gregory 7c1788334a Make SystemProperties.getLineSeparator(Supplier) null-safe 2024-05-12 15:50:49 -04:00
Gary Gregory b7b52fc506 Internal refactoring 2024-05-12 15:42:37 -04:00
Gary Gregory b9f15bc007 Make LockVisitor.acceptReadLocked(FailableConsumer) null-safe
Make LockVisitor.applyWriteLocked(FailableConsumer) null-safe
2024-05-12 15:31:29 -04:00
Gary Gregory ba3f9102bf Fail-fast in private constructor 2024-05-12 15:07:02 -04:00
Gary Gregory 682ac0cf39 Fail-fast in private constructor 2024-05-12 14:45:36 -04:00
Gary Gregory d1427ebe48 Better internal names 2024-05-12 14:44:17 -04:00
Gary Gregory 44f62a10e6 Add test 2024-05-12 14:26:43 -04:00
dependabot[bot] 8133410b1c
Bump github/codeql-action from 3.25.3 to 3.25.4 (#1213)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d39d31e687...ccf74c9479)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 12:38:24 -04:00
dependabot[bot] 56a7df9475
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#1214)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 12:38:15 -04:00
dependabot[bot] a456f52c25
Bump actions/checkout from 4.1.4 to 4.1.5 (#1212)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](0ad4b8fada...44c2b7a8a4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-10 12:38:04 -04:00
Gary Gregory bdd308b5c8 Update Checkstyle DTD version from 1.0 to 1.2 2024-05-05 14:46:04 -04:00
Gary Gregory f4a616f50d Revert inadvertent change to test 2024-05-04 16:40:38 -04:00
Gary Gregory 8e03321d14 Add WhitespaceAround and WhitespaceAroundCheck 2024-05-04 16:33:20 -04:00
Gary Gregory 3d5c928656 Use Checkstyle WhitespaceAfter 2024-05-04 15:35:39 -04:00
dependabot[bot] 5771184752
Bump codecov/codecov-action from 4.3.0 to 4.3.1 (#1210)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](84508663e9...5ecb98a3c6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 11:47:26 -04:00
Gary Gregory 2ecc5c048c Javadoc 2024-05-02 15:42:20 -04:00
Gary Gregory ae5f518e56 Remove useless inline comment 2024-05-02 15:41:13 -04:00
Gary Gregory 966fbf05e2 Internal refactoring to move version splitting to JavaVersion 2024-05-02 15:39:52 -04:00
Gary Gregory 5f72c77386 Default values in new SystemProperties APIs are now Strings instead of
Suppliers
2024-05-02 15:23:04 -04:00
Gary Gregory 059fb3b8c1 Add SystemProperties constants and methods for system properties as of
Java 22
2024-05-02 14:58:20 -04:00
Gary Gregory 632c08534c Use SystemProperties in tests instead of magic string lookups 2024-05-01 14:02:29 -04:00
Gary Gregory 9a313ed460 Add SystemProperties constants for system properties as of Java 22. 2024-05-01 13:46:24 -04:00
Gary Gregory a752091be6 Add and use
org.apache.commons.lang3.SystemProperties.getJavaSpecificationVersion(Supplier<String>)
2024-05-01 10:07:45 -04:00
Gary Gregory 794f8aaf1e Deprecate SystemUtils.getUserName(String) in favor of
SystemProperties.getUserName(Supplier)
2024-05-01 09:12:09 -04:00
Gary Gregory 9384d0fb58 Add org.apache.commons.lang3.SystemProperties.getLineSeparator(Supplier<String>) 2024-05-01 09:02:36 -04:00
Gary Gregory f2cacb4732 Add org.apache.commons.lang3.SystemProperties.getUserName(Supplier<String>) 2024-05-01 09:02:17 -04:00
dependabot[bot] e8944ba1be
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#1207)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](1746f4ab65...65462800fd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:17:40 -04:00
dependabot[bot] 37934a8da0
Bump github/codeql-action from 3.25.1 to 3.25.3 (#1208)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](c7f9125735...d39d31e687)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:16:33 -04:00
dependabot[bot] dcfab7eef3
Bump actions/checkout from 4.1.3 to 4.1.4 (#1206)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1d96c772d1...0ad4b8fada)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 12:16:21 -04:00
Gary Gregory 36a05222f4
Use Java 8 on macos-13 2024-04-25 16:19:05 -04:00
Gary Gregory 7c99d624aa Javadoc 2024-04-25 08:40:06 -04:00
Gary Gregory 0e1314c6b8 Javadoc 2024-04-25 08:38:35 -04:00
Gary Gregory faa8037677 typo 2024-04-25 08:37:36 -04:00
Gary Gregory 8d1d28e1f2 Comment 2024-04-25 08:34:42 -04:00
Gary Gregory 3e0b97108a No need to qualify method in the same class
- PMD version: 7.0.0
2024-04-25 08:34:22 -04:00
Gary Gregory 0a9033b034 No need to qualify method in the same class
- PMD version: 7.0.0
2024-04-25 08:29:43 -04:00
Gary Gregory 0287bada77 Javadoc 2024-04-25 08:28:50 -04:00
Gary Gregory f7ed889405 No need to qualify method in the same class
- Javadoc
- PMD version: 7.0.0
2024-04-25 08:28:44 -04:00
Gary Gregory 2dd72023e4 Javadoc 2024-04-25 08:05:25 -04:00
Gary Gregory 056a2244e5 Try and avoid test failures on GitHub CI 2024-04-24 19:16:01 -04:00
Gary Gregory bd6a8c4227 Refactor magic string into an private constant 2024-04-24 19:13:43 -04:00
Gary Gregory dfe80aaca3 Camel-case package-private methods 2024-04-24 18:21:56 -04:00