Commit Graph

4029 Commits

Author SHA1 Message Date
Gary Gregory 0913090f2d Use a constant instead of a magic string 2023-12-10 10:54:03 -05:00
Gary Gregory f73fafb105 Javadoc: Remove redundant "java.lang" prefix 2023-12-09 10:01:36 -05:00
Gary Gregory 33d58516c5
Bump org.apache.commons:commons-parent from 64 to 65 #435 2023-12-08 08:48:56 -05:00
dependabot[bot] be5f416ece
Bump org.apache.commons:commons-parent from 64 to 65 (#435)
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 64 to 65.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 08:48:04 -05:00
Sebb c3ecf963e4
Merge pull request #434 from syoon2/javadoc-error
Fix incorrect Javadoc description
2023-12-05 09:53:03 +00:00
Sung Ho Yoon d1c5fb852e
(doc) Fix incorrect Javadoc description 2023-12-05 18:03:55 +09:00
dependabot[bot] 81dfadfc80
Bump actions/setup-java from 3.13.0 to 4.0.0 (#433)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.13.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v3.13.0...v4.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 10:59:48 -05:00
Gary Gregory 42c1a587e4 Bump commons-io from 2.15.0 to 2.15.1 2023-11-29 17:41:48 -05:00
Gary Gregory cbb1f0b2ad Use String#isEmpty() 2023-11-28 11:10:53 -05:00
Gary Gregory ced89f524f Javadoc
Normalize spelling
2023-11-26 14:59:39 -05:00
Gary Gregory d0137526d1 Remove extra blank lines 2023-11-26 13:51:55 -05:00
Gary Gregory 1df5606b82 Checkstyle: @author tags are deprecated 2023-11-23 08:37:25 -05:00
Gary Gregory a3c8e94365 Bump commons-lang3 from 3.13.0 to 3.14.0 2023-11-22 08:35:35 -05:00
Gary Gregory de9523a9e3 Spelling 2023-11-20 19:20:56 -05:00
Gary Gregory ac05d8fdbe Fix Javadoc code elements 2023-11-13 07:27:16 -05:00
Gary Gregory 32c68b7e89 Javadoc 2023-11-11 16:12:11 -05:00
Gary Gregory c9004298cb Make private class final 2023-11-05 14:09:19 -05:00
Gary Gregory 07967afd4b Make package private class final 2023-11-05 08:13:52 -05:00
Gary Gregory aa4a148bf0 Normalize test method names 2023-11-04 08:38:59 -04:00
Gary Gregory eba4b8cbc5 Normalize test method names
Skip bloom filter package due to WIP PR
2023-11-03 09:44:17 -04:00
Gary Gregory 2f3d800fd6 Clarifies Java platform requirement 2023-11-02 08:19:20 -04:00
Gary Gregory 06ce80f114 Normalize setter Javadoc 2023-10-31 07:00:47 -04:00
Gary Gregory cbb98b0f29 Normalize getter Javadoc 2023-10-31 06:48:09 -04:00
Gary Gregory 78a83e662b Normalize spelling to US English 2023-10-31 06:18:55 -04:00
Gary Gregory ce4d2c8b17 Normalize spelling to US English 2023-10-31 06:18:19 -04:00
Gary Gregory fccb6fc0ce Don't initialize an instance variable to its default value 2023-10-27 09:40:12 -04:00
Gary Gregory 5433084413 Don't initialize an instance variable to its default value 2023-10-27 09:13:32 -04:00
dependabot[bot] 315bd2645d
Bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#425)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](483ef80eb9...0864cf1902)

---
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>
2023-10-27 08:20:17 -04:00
Gary Gregory bc38647d52 Bump commons-io from 2.14.0 to 2.15.0 2023-10-25 17:46:24 -04:00
Sebb 5624e99371 Fix up GHA badges 2023-10-21 17:06:24 +01:00
dependabot[bot] 6975d42836
Bump actions/checkout from 4.1.0 to 4.1.1 (#424)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1)

---
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>
2023-10-20 08:37:59 -04:00
Gary Gregory fce46cdcc6 Better local variable name 2023-10-19 10:42:56 -04:00
Gary Gregory 93a992657a Javadoc 2023-10-19 07:28:04 -04:00
Gary Gregory 8d48789ea5 No _ in private variable name 2023-10-17 09:08:06 -04:00
Gary Gregory 700fc2623b No _ in private instance variable name 2023-10-17 08:56:32 -04:00
Gary Gregory e7c993b64c Update comment 2023-10-15 10:13:11 -04:00
Gary Gregory 4ecf2a67e5 Add Java 21 build to GitHub 2023-10-14 12:09:52 -04:00
Gary Gregory e40cb66506
Bump com.google.guava:guava-testlib from 32.1.2-jre to 32.1.3-jre #423 2023-10-13 09:07:53 -04:00
dependabot[bot] f88c5b750f
Bump com.google.guava:guava-testlib from 32.1.2-jre to 32.1.3-jre (#423)
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 32.1.2-jre to 32.1.3-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava-testlib
  dependency-type: direct:development
  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>
2023-10-13 09:06:35 -04:00
dependabot[bot] aad4315279
Bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#422)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](08b4669551...483ef80eb9)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  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>
2023-10-13 09:06:14 -04:00
Gary Gregory 506a586063 Normalize mvn invocation on GitHub 2023-10-11 07:28:48 -04:00
Gary Gregory bb99f201b1 Make private static classes final 2023-10-10 16:14:05 -04:00
Gary Gregory f30607f6b7 Fix Checkstyle 2023-10-10 07:43:34 -04:00
Gary Gregory 66b30fe3f3 Fix Checkstyle 2023-10-10 07:43:29 -04:00
Gary Gregory 290d6d99a8 Fix Checkstyle 2023-10-10 07:43:24 -04:00
Gary Gregory b2ab60874a Bump commons-parent 2023-10-09 18:06:27 -04:00
Gary Gregory 12047a30ed Sort imports and enforce through Checkstyle 2023-10-09 08:15:40 -04:00
Gary Gregory 35e4087173 Remove commons.releaseManagerName and commons.releaseManagerKey 2023-10-03 07:50:23 -04:00
Gary Gregory dc6d9f8249 Bump commons-io from 2.13.0 to 2.14.0 (tests) 2023-09-29 16:49:12 -04:00
dependabot[bot] 0e3ce98056
Bump actions/checkout from 4.0.0 to 4.1.0 (#421)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2023-09-29 11:19:15 -04:00