Community
Participate
Working Groups
After updating the Eclipse IDE to version 2022-03, the renaming functions in the <Ctrl+1> popup menu of the Java editor don't work anymore. -- Configuration Details -- Product: Eclipse IDE 4.23.0.20220310-1200 (org.eclipse.epp.package.java.product)Installed Features: org.eclipse.jdt 3.18.1100.v20220308-0310 Versioning Plugin: org.eclipse.platform 4.23.0.v20220308-0722
(In reply to Dirk Henkel from comment #0) > After updating the Eclipse IDE to version 2022-03, the renaming functions in > the <Ctrl+1> popup menu of the Java editor don't work anymore. Do you use Lombok? Then this is probably a duplicate of https://bugs.eclipse.org/bugs/show_bug.cgi?id=579168 Solution for Lombok problem is here: https://github.com/projectlombok/lombok/issues/3134#issuecomment-1069662386
*** This bug has been marked as a duplicate of bug 579168 ***
(In reply to comment #1) > Do you use Lombok? Then this is probably a duplicate of > https://bugs.eclipse.org/bugs/show_bug.cgi?id=579168 > > Solution for Lombok problem is here: > https://github.com/projectlombok/lombok/issues/3134#issuecomment-1069662386 Thanks for the info! Indeed I had Lombok installed in my Eclipse IDE, but currently I don't need it. So I just removed Lombok and now "Rename in file" works as usual.