Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After Eclipse-Update, refactor-rename doesn't work anymore

Tags:

java

eclipse

After Updating to 4.23.0 (2022-03), refactor-rename doesn't work anymore. When I open the refactoring menu, the option "rename" shows up but it doesn't rename the variable in other places. The shortcut doesn't work either. What can I do?

like image 246
Medusa Avatar asked Apr 27 '26 03:04

Medusa


1 Answers

It's actually a bug in Lombok, as detailed here.

Updating to Lombok version 1.18.23 resolved the issue for me. It's currently available here: https://projectlombok.org/download-edge)

like image 180
Medusa Avatar answered Apr 29 '26 18:04

Medusa