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

fix: Make SortedList#add return value adhere to List contract #6049

Merged
merged 2 commits into from
Nov 15, 2024

Commits on Nov 12, 2024

  1. Fix SortedList.addAll(...) to be JLS/API compliant and provide unit t…

    …ests (Fixes INRIA#6034)
    
    SortedList.addAll(...) should return a boolean value indicating if the Collection was modified is any way as a result of the call
    Luís Mendes committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0dfe07c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

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