wiegleyj opened a new issue #3595: URL: https://github.com/apache/netbeans/issues/3595
### Apache NetBeans version Latest release ### What happened When you create a new Gradle app you get your initial source code class called "app.java". When you try to rename it you get incorrect results. Renaming app.java to MyDriver.java for instance produces: public classMyDriverp So it matched and replaced " Ap" with the rename instead of "App". Please focus on actually getting gradle truly supported. Why is gradle all of the sudden creating multi-project oriented projects? Why don't you get to choose the name of the initial project? Why is there no way to add/delete/modify sub-projects? Why is there no "Run" configuration ability in the project properties? I would not consider gradle to be "supported", it's been difficult to use and buggy and 12.6 didn't improve it as much as it made it even more confusing to use. ### How to reproduce Make a new gradle project. Rename the App class file. ### Did this work correctly in an earlier version? - [X] This used to work! ### Operating System Windows 11 ### JDK java 17.0.2 2022-01-18 LTS ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else Happens every time. ### Are you willing to submit a pull request? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow the Apache Software Foundation's [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html) -- 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
