-
Notifications
You must be signed in to change notification settings - Fork 139
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
Remove obsoleted code in CompilerOptions #2924
Remove obsoleted code in CompilerOptions #2924
Conversation
@srikanth-sankaran : you've pointed me to the code in question on original issue #2551, could you please check if that is what you've envisioned or more code could/should be removed? |
The changes look reasonable - studying the test failures ... |
With this additional fix, these 6 failures go away:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the proposed additional fix, the changes look good
org.eclipse.jdt.core/model/org/eclipse/jdt/internal/compiler/parser/TypeConverter.java
Outdated
Show resolved
Hide resolved
Do you want me to take this forward, @iloveeclipse ?? |
Would be great, yes. Feel free to force push to the branch. |
Found during the review of eclipse-jdt#2551 - CompilerOptions.originalComplianceLevel is obsoleted and can be removed + code in TypeConverter using it should be cleaned up. - CompilerOptions.originalSourceLevel is obsoleted and can be removed + code in JDT that uses it should be cleaned up Fixes eclipse-jdt#2760
dba0ef7
to
e6c9123
Compare
Thanks Srikanth! |
Found during the review of #2551
Fixes #2760