nb-javac checks cleanup and dialog removal. - #3396
Conversation
jlahoda
left a comment
There was a problem hiding this comment.
Great, this will be helpful! I've left a few comments inline.
|
|
6a21c7f to
b75771c
Compare
|
@jlahoda incorporated your review remarks into the first commit + added 3 more commits. |
| /* TODO: unused? called a method which is only available from 8-11. | ||
| protected JCCase switchBlockStatementGroupImpl() throws Throwable { |
There was a problem hiding this comment.
i commented it out, but I think we can remove this, right?
There was a problem hiding this comment.
All tests green with the requested changes integrated.
Lets try to remove the ByteBuddy interceptor which delegates to one of the two methods.
There was a problem hiding this comment.
interceptor/reflection removal is squashed with the jackpot trees commit
|
|
| /* TODO: unused? called a method which is only available from 8-11. | ||
| protected JCCase switchBlockStatementGroupImpl() throws Throwable { |
1186492 to
737837c
Compare
- removed ByteBuddy interceptors and dead code path - less reflection
|
everything green now. Had to brute force through job 13 though |
|
@jlahoda @JaroslavTulach @matthiasblaesing ok to merge? |
Sorry for that. Feel free to mark the test as |
post nb-javac 17 on-by-default refactoring