Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 579373 - Java Editor: <Ctrl+1> <Rename in file> doesn't work anymore
Summary: Java Editor: <Ctrl+1> <Rename in file> doesn't work anymore
Status: CLOSED DUPLICATE of bug 579168
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.23   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-22 15:59 EDT by Dirk Henkel CLA
Modified: 2022-03-23 07:49 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Henkel CLA 2022-03-22 15:59:36 EDT
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
Comment 1 Dirk Steinkamp CLA 2022-03-22 18:30:23 EDT
(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
Comment 2 Andrey Loskutov CLA 2022-03-23 02:40:10 EDT

*** This bug has been marked as a duplicate of bug 579168 ***
Comment 3 Dirk Henkel CLA 2022-03-23 07:49:19 EDT
(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.