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

jclMin1.8.jar is not complete for 1.8 JLS target tests #2756

Closed
Tracked by #2761
iloveeclipse opened this issue Jul 25, 2024 · 1 comment · Fixed by #3227
Closed
Tracked by #2761

jclMin1.8.jar is not complete for 1.8 JLS target tests #2756

iloveeclipse opened this issue Jul 25, 2024 · 1 comment · Fixed by #3227
Assignees
Labels
bug Something isn't working

Comments

@iloveeclipse
Copy link
Member

Found in #2551

NullAnnotationModelTests.testBug565246 fails, because Iterable class that is present in jclMin1.7.jar is missing in jclMin1.8 jar and in jclMin1.8.jar Collection does not extend Iterable.

@stephan-herrmann
Copy link
Contributor

We probably want to do #2727 first

@stephan-herrmann stephan-herrmann self-assigned this Nov 3, 2024
stephan-herrmann added a commit to stephan-herrmann/eclipse.jdt.core that referenced this issue Nov 3, 2024
+ update jclMin1.8
+ also fixes NullAnnotationModelTests.testBug565246 error reporting

Fixes eclipse-jdt#2756
stephan-herrmann added a commit to stephan-herrmann/eclipse.jdt.core that referenced this issue Nov 3, 2024
+ update jclMin1.8
+ also fixes NullAnnotationModelTests.testBug565246 error reporting

Fixes eclipse-jdt#2756
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants