PavelTurk opened a new issue, #7358: URL: https://github.com/apache/netbeans/issues/7358
### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened NetBeans sometimes renames classes/enum/iterfaces etc only in files, that declares them, but not in files, that use them. I see this problem for projects that use JPMS (have explicit module-info). This bug is linked to https://github.com/apache/netbeans/issues/3725 and was previously describe there. ``` Product Version: Apache NetBeans IDE 22-rc1 Java: 21.0.2; OpenJDK 64-Bit Server VM 21.0.2+13-58 Runtime: OpenJDK Runtime Environment 21.0.2+13-58 System: Linux version 5.15.0-88-generic running on amd64; UTF-8; en_US (nb) ``` ### Language / Project Type / NetBeans Component Java Maven Project using Java Modules (JPMS) ### How to reproduce I don't have a solution to reproduce this bug. Earlier I used the steps described in https://github.com/apache/netbeans/issues/3725#issuecomment-1997195547 however they don't work any more. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Ubuntu 20.04.3 LTS ### JDK Java: 21.0.2; OpenJDK 64-Bit Server VM 21.0.2+13-58 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else _No response_ ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
