You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Fixeseclipse-jdt#2760
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
Fixeseclipse-jdt#2760
Found during the review of #2551
CompilerOptions.originalComplianceLevel
is obsoleted and can be removed + code inTypeConverter
using it should be cleaned up.CompilerOptions.originalSourceLevel
is obsoleted and can be removed + code in JDT that uses it should be cleaned upThe text was updated successfully, but these errors were encountered: