troizet opened a new pull request, #7273: URL: https://github.com/apache/netbeans/pull/7273
In rename refactoring, element name validation occurs only when the name is changed, which can lead to a situation like in #6531. This PR adds element name validation when opening the rename refactoring window. Exmple: ```php $foo = 3; ``` Before: https://github.com/apache/netbeans/assets/9607501/174422c7-a31f-4754-98c9-43029c6271c5 After: https://github.com/apache/netbeans/assets/9607501/393e7fa0-ac5e-4a51-976a-11a5b32bb983 -- 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
