Fix #339 - In the Java 5-6 era, ECJ was patched to be bug-compatible …#340
Merged
stephan-herrmann merged 1 commit intoeclipse-jdt:masterfrom Sep 11, 2022
Conversation
e922e1f to
cdaea2e
Compare
cdaea2e to
599299b
Compare
Contributor
Author
|
It's unclear for me, why the build failed, could anyone help with a clue? |
599299b to
5a54291
Compare
Member
Probably because we had 4.25 -> 4.26 version switch in the meantime. I've rebased the branch, please watch for the test results now (since github doesn't send mails on build finish). |
Member
Need to wait till we have solution for #381. |
…compatible with Javac of that time. Luckily, Javac fixed so the hack is not needed anymore - infact this makes ECJ not following JLS properly
5a54291 to
42fb4ea
Compare
Member
|
I've rebased the branch (it will have workaround for #381), please watch for the test results now (since github doesn't send mails on build finish). |
Contributor
Author
|
Thanks for your help, you were right, that fixed the build! |
jarthana
pushed a commit
to jarthana/eclipse.jdt.core
that referenced
this pull request
Sep 21, 2022
…compatible with Javac of that time. (eclipse-jdt#340) Luckily, Javac fixed so the hack is not needed anymore - infact this makes ECJ not following JLS properly
robstryker
pushed a commit
to robstryker/eclipse.jdt.core
that referenced
this pull request
Jul 18, 2024
…compatible with Javac of that time. (eclipse-jdt#340) Luckily, Javac fixed so the hack is not needed anymore - infact this makes ECJ not following JLS properly
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…with Javac of that time.
Luckily, Javac fixed so the hack is not needed anymore - infact this makes ECJ not following JLS properly
What it does
Described in #339
How to test
Try compiling the code:
Author checklist