Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add findDuplicates Method to ListUtils with Comprehensive Test Cases #537

Closed
wants to merge 35 commits into from

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    91e76c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. findDuplicates

    hemanth0525 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e12fc22 View commit details
    Browse the repository at this point in the history
  2. updated tests

    hemanth0525 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    53c385d View commit details
    Browse the repository at this point in the history
  3. Update tests

    hemanth0525 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    8a2808a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f26985 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53f249d View commit details
    Browse the repository at this point in the history
  6. Add findDuplicates

    hemanth0525 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c455e6a View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    f5c7e46 View commit details
    Browse the repository at this point in the history
  2. Add findDuplicates

    hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6ebffeb View commit details
    Browse the repository at this point in the history
  3. Add findDuplicates

    hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    9197ae3 View commit details
    Browse the repository at this point in the history
  4. Bump org.easymock:easymock from 5.3.0 to 5.4.0

    Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/easymock/easymock/releases)
    - [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
    - [Commits](easymock/easymock@easymock-5.3.0...easymock-5.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.easymock:easymock
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    57e86e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a465792 View commit details
    Browse the repository at this point in the history
  6. Whitespace

    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2081cbe View commit details
    Browse the repository at this point in the history
  7. Use Java 8's Map.getOrDefault()

    Javadoc
    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ff20df6 View commit details
    Browse the repository at this point in the history
  8. Reimplement the package-private CollectionUtils.CardinalityHelper using

    Bags instead of custom Maps
    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2adf5ee View commit details
    Browse the repository at this point in the history
  9. Add HashBag.HashBag(Iterable)

    - Add TreeBag.TreeBag(Iterable)
    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    40dc0aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94c51b3 View commit details
    Browse the repository at this point in the history
  11. Add CartesianProductIterator #509

    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    eb748a3 View commit details
    Browse the repository at this point in the history
  12. Javadoc

    - Close HTML tags
    - Reduce whitespace
    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    740ed3a View commit details
    Browse the repository at this point in the history
  13. Inline redundant package-private method that wraps

    Objects.requireNonNull()
    garydgregory authored and hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3c991c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e273e7 View commit details
    Browse the repository at this point in the history
  15. Add findDuplicates

    hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1036610 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dd78ec6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3137d22 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'master' of https://github.com/apache/commons-collections

    …into feature/findDuplicates
    hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    053d2dd View commit details
    Browse the repository at this point in the history
  19. Add findDuplicates

    hemanth0525 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0e70f14 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    cb62f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e915879 View commit details
    Browse the repository at this point in the history
  2. Add diverse test cases for IterableUtils.duplicateList:

    - Mixed element types
    - Nested collections
    - Custom objects
    - Large-scale data
    - Immutable collections
    hemanth0525 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    277063f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eaeeb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    6423bf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    1f6ce8b View commit details
    Browse the repository at this point in the history
  2. Add more Comprehensive tests IterableUtils.duplicateList

    - Mixed element types
    - Nested collections
    - Custom objects
    - Large-scale data
    - Immutable collections
    hemanth0525 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    bcb765b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1b2f22 View commit details
    Browse the repository at this point in the history
  4. remove duplicate imports

    hemanth0525 committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    12dccf9 View commit details
    Browse the repository at this point in the history