Skip to content

Commit

Permalink
Remove deprecated inlineJsrBytecode
Browse files Browse the repository at this point in the history
ECJ ignored this setting for Java 1.5+
  • Loading branch information
Rawi01 committed Sep 19, 2024
1 parent 6fba0cb commit ddf4ebc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/src/lombok/RunTestsViaEcj.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ protected CompilerOptions ecjCompilerOptions(TestParameters parameters) {
options.targetJDK = ecjCompilerVersionConstant;
options.docCommentSupport = false;
options.parseLiteralExpressionsAsConstants = true;
options.inlineJsrBytecode = true;
options.reportUnusedDeclaredThrownExceptionExemptExceptionAndThrowable = false;
options.reportUnusedDeclaredThrownExceptionIncludeDocCommentReference = false;
options.reportUnusedDeclaredThrownExceptionWhenOverriding = false;
Expand Down

0 comments on commit ddf4ebc

Please sign in to comment.