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 SortedList.addAll(...) to be JLS compliant and provide unit tests #6046

Closed
wants to merge 10 commits into from

Conversation

CoreRasurae
Copy link
Contributor

CoreRasurae and others added 10 commits October 28, 2024 16:19
…ests (Fixes #6034)

SortedList.addAll(...) should return a boolean value indicating if the Collection was modified is any way as a result of the call
…ncy-plugin to v3.8.1 (#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
….12 (#6042)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…yle-plugin to v3.6.0 (#6041)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This ensures all builds are verifiable by https://www.sigstore.dev/.

Co-authored-by: ludvigch <[email protected]>
…o v3.39.0 (#5977)

* build(deps): update dependency org.eclipse.jdt:org.eclipse.jdt.core to v3.39.0
---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Martin Wittlinger <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@CoreRasurae
Copy link
Contributor Author

Sorry i will redo all this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: spoon.support.util.SortedList.addAll(...) return value is not JLS compliant
2 participants