Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsoleted compiler options from UI code
- Inline finally blocks (larger class files, but improved performance) (JavaCore.COMPILER_CODEGEN_INLINE_JSR_BYTECODE) - Disallow identifiers called 'assert' (JavaCore.COMPILER_PB_ASSERT_IDENTIFIER) - Disallow identifiers called 'enum' (JavaCore.COMPILER_PB_ENUM_IDENTIFIER) See eclipse-jdt#1465
- Loading branch information