apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.61k stars 836 forks source link

Refactoring pom.xml as well when renaming class inside editor #7104

Closed Achal1607 closed 5 months ago

Achal1607 commented 5 months ago

When we currently rename any class inside the vscode editor, it refactors the file name, class name and other places where the class name is used, but it doesn't update the pom.xml in a maven project. So, this PR tries to address that issue.

For more info : https://github.com/oracle/javavscode/issues/30

mbien commented 5 months ago

ran a quick test and it worked great, thanks! merging.