makiam opened a new issue, #4765: URL: https://github.com/apache/netbeans/issues/4765
### Apache NetBeans version Apache NetBeans latest daily build ### What happened In case I have two array typed variables and I want rename one of them the second one unexpected changes type and this gives error ### How to reproduce in some java class define two array-typed fields ex... >> private String arrayOne[], arrayTwo[]; invoke rename command for first field ex to arrayOneRenamed after rename code changes to >> String[] arrayOneRenamed, arrayTwo[]; which is unexpected changes the second field type ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10 ### JDK JDK 18.0.2 ### Apache NetBeans packaging Own source build ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
