Commit Graph

4583 Commits

Author SHA1 Message Date
Gary Gregory 6f016c52a2 Add @SuppressWarnings 2024-10-04 07:42:22 -04:00
Gary Gregory fab4178a52 Fix typp in test class name 2024-10-03 19:59:55 -04:00
Gary Gregory b4def014b9 Fix typp in test class name 2024-10-03 18:15:31 -04:00
Gary Gregory 5c2eb48be6 Java 23 build is no longer experimental 2024-10-03 17:43:22 -04:00
Gary Gregory 1d1bab626c Checkstyle OK locally but not on GH CI
Reformat experiment
2024-10-03 17:43:12 -04:00
Gary Gregory 8c34a14222 Add and fix Checkstyle ParenPad 2024-10-03 17:38:48 -04:00
Gary Gregory a8a0bba75e Add and fix Checkstyle ParenPad 2024-10-03 17:38:44 -04:00
Gary Gregory 0dfce09f26 Add Checkstyle MethodParamPad 2024-10-03 17:32:17 -04:00
Gary Gregory 6b7e51a6e4 Add and fix Checkstyle NoWhitespaceBeforeCaseDefaultColon 2024-10-03 17:29:55 -04:00
Gary Gregory 706178d022 Remove extra whitespace 2024-10-03 15:50:26 -04:00
Gary Gregory 3db85e7ebc Remove extra whitespace 2024-10-03 15:42:53 -04:00
Gary Gregory f92f427c71 Remove extra whitespace 2024-10-03 13:40:04 -04:00
Gary Gregory 08b4cdb884 Refactor tests to allow more flexibility in subclasses
For Apache Commons BeanUtils bean map tests
2024-10-03 11:32:18 -04:00
Gary Gregory a685fae36f Complete AbstractMapTest.testMapComputeIfPresent() implementation 2024-10-03 09:34:52 -04:00
Gary Gregory 563034f78d Javadoc 2024-10-03 09:29:11 -04:00
Gary Gregory 65ce14b757 Fix test: compute if present is a put. 2024-10-03 09:17:58 -04:00
Gary Gregory 25ea554df8 Javadoc
Remove unnecessary parentheses
2024-10-03 09:08:55 -04:00
Gary Gregory 7521b9ce29 Use generics to parameterize Map tests
- More precise typing for Map tests
- Helpful for testing BeanMap in Apache Commons BeanUtils
- Javadoc
2024-10-03 08:55:40 -04:00
Gary Gregory 7bc8ae8650 Make AbstractMapTest.testReplaceAll() more flexible for subclasses 2024-10-03 07:30:05 -04:00
Gary Gregory cb2a91a29e Javadoc 2024-10-01 17:22:24 -04:00
Gary Gregory 5711be7809 Make test more readable and maintainable, and less verbose
- Use JUnit 5 APIs
- Be consistent throughout tests
2024-10-01 09:42:06 -04:00
Gary Gregory 20a877f04a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 2024-09-29 19:33:01 -04:00
Gary Gregory 0cdb221276 Site and bloom filters 2024-09-29 19:32:53 -04:00
Gary Gregory 4bd1ba717e Normalize Javadoc 2024-09-29 18:53:53 -04:00
Gary Gregory 79a11f43f3
Bump org.apache.commons:commons-parent from 75 to 76 #550 2024-09-28 20:13:30 -04:00
dependabot[bot] 89e5f46070 Bump org.apache.commons:commons-parent from 75 to 76
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 75 to 76.
- [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>
2024-09-28 20:12:52 -04:00
Gary Gregory 1fb78dd2ba Pin GitHub action versions 2024-09-28 16:19:24 -04:00
Gary Gregory 0fa7d7323f Add Add ConcurrentReferenceHashMap 2024-09-28 15:45:24 -04:00
Gary Gregory 6d188523fb Better AbstractMapTest.testMapContainsValue()
Add TODO in DualTreeBidiMap2Test.isAllowNullValueGet()
2024-09-28 10:17:09 -04:00
Gary Gregory c6289711f2 Better AbstractMapTest.testMapComputeIfPresent() 2024-09-28 09:40:42 -04:00
Gary Gregory d1c8366e03 Better AbstractMapTest.testMapComputeIfPresent() 2024-09-28 09:38:56 -04:00
Gary Gregory 350fe49c8f Add missing methods in AbstractMapTests 2024-09-27 18:09:49 -04:00
Gary Gregory d1686fd036 Better AbstractMapTest.testMapPutIfAbsent() 2024-09-27 18:08:16 -04:00
Gary Gregory d31b40b4b4
Bump com.google.guava:guava-testlib from 33.3.0-jre to 33.3.1-jre #549 2024-09-27 09:02:45 -04:00
dependabot[bot] ec4984c920 Bump com.google.guava:guava-testlib from 33.3.0-jre to 33.3.1-jre
Bumps [com.google.guava:guava-testlib](https://github.com/google/guava) from 33.3.0-jre to 33.3.1-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>
2024-09-27 09:01:03 -04:00
dependabot[bot] 607a2b332e Bump actions/setup-java from 4.3.0 to 4.4.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](2dfa2011c5...b36c23c0d9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 08:20:04 -04:00
dependabot[bot] 0574446b30 Bump github/codeql-action from 3.26.8 to 3.26.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.8 to 3.26.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](294a9d9291...461ef6c76d)

---
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>
2024-09-27 08:19:52 -04:00
Gary Gregory 786ab2344f Add AbstractMapTest.testMapComputeIfAbsent() 2024-09-25 13:35:19 -04:00
Gary Gregory c96dc7a924 Add AbstractMapTest.testMapComputeIfAbsent() 2024-09-25 13:14:12 -04:00
Gary Gregory 607edcdfa7 Javadoc 2024-09-25 09:10:28 -04:00
Gary Gregory 859433fe83 Add AbstractMapTest.testReplaceAll() 2024-09-25 09:08:29 -04:00
Gary Gregory f4f3e36a12 Add AbstractMapTest.testReplaceKeyValueValue() 2024-09-25 08:45:03 -04:00
Gary Gregory 18c94780f1 Add AbstractMapTest.testReplaceKeyValue() 2024-09-25 08:20:19 -04:00
Gary Gregory aba168c497 Add AbstractMapTest.testRemoveKeyValue() 2024-09-24 18:11:55 -04:00
Gary Gregory 8d7a701b09 Add AbstractMapTest.testForEach() 2024-09-24 18:01:01 -04:00
Gary Gregory 17aca847b1 Add AbstractMapTest.testMapGetOrDefault() 2024-09-24 16:13:16 -04:00
Gary Gregory 787ad1af76 Update and enable AbstractMapTest.testMapPutIfAbsent() 2024-09-24 15:38:13 -04:00
Gary Gregory 867329a18e Add @Disabled("TODO bidimap") for testMapPutIfAbsent() 2024-09-24 14:05:28 -04:00
Gary Gregory cc8038578e Add AbstractMapTest.testMapPutIfAbsent() 2024-09-24 14:00:38 -04:00
Gary Gregory 516fda076b Add AbstractMapTest.testMapPutIfAbsent() 2024-09-24 14:00:23 -04:00