Skip to content

Changes

#929 (Sep 6, 2024, 10:45:20 AM)

  1. Fix OrderedMapAdapter.groupByUniqueKey(). — motlin / githubweb

#928 (Sep 2, 2024, 7:15:21 PM)

  1. Fix static analysis violations. — motlin / githubweb

#927 (Sep 2, 2024, 6:15:19 PM)

  1. Add missing @Test annotations and fix broken assertion. — Craig Motlin / githubweb

#926 (Sep 1, 2024, 8:30:19 PM)

  1. Implement OrderedMapAdapter.flipUniqueValues(). — motlin / githubweb

#925 (Sep 1, 2024, 7:15:19 PM)

  1. Add better test coverage of List.subList(). — Craig Motlin / githubweb

#924 (Aug 29, 2024, 12:00:20 PM)

  1. Add test coverage for Map.put() and Map.putAll(). — motlin / githubweb

#923 (Aug 28, 2024, 9:45:20 PM)

  1. Configure maven-surefire-plugin printSummary to false, to stop logging successful tests. — motlin / githubweb

#922 (Aug 28, 2024, 9:30:20 PM)

  1. Upgrade versions of JUnit. — Craig Motlin / githubweb

#921 (Aug 25, 2024, 4:45:29 PM)

  1. Optimize forEach method on Map views to not delegate to an iterator. — Craig Motlin / githubweb

#920 (Aug 25, 2024, 10:15:20 AM)

  1. Optimize Map.replaceAll() to not delegate to iterator. — motlin / githubweb