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

Test Issue103Test is failing on main #372

Open
kelloggm opened this issue Nov 5, 2024 · 2 comments
Open

Test Issue103Test is failing on main #372

kelloggm opened this issue Nov 5, 2024 · 2 comments

Comments

@kelloggm
Copy link
Collaborator

kelloggm commented Nov 5, 2024

No description provided.

@kelloggm
Copy link
Collaborator Author

kelloggm commented Nov 7, 2024

Works on Java 17, but not on Java 21. Why?

@gmerr3
Copy link
Contributor

gmerr3 commented Nov 12, 2024

might be caused by SequencedCollection - superclass of Deque which contains the exact 6 methods(addFirst, addLast, getFirst, getLast, removeFirst, removeLast) that are missing when the test fails, added in JDK 21, test works on 20 but not 21
However it is still a bug since the output doesn't compile but the input does.

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

No branches or pull requests

2 participants