Java code upgrade #7902
IgorBabalich
started this conversation in
General
Replies: 1 comment 6 replies
-
Code quality improvements are welcome to some extend. They do have to be balanced with code review workloads. Automatic refactoring of 450 modules is quickly done, validation for correctness and/or possible side effects is not - someone will have to look through the patch which usually is significantly more time intensive than the actual refactoring. So don't be surprised if a PR might not find a reviewer. But it will very much depend on what you are actually planning to do. converting this issue to a discussion |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Currently, the Netbeans code declared as Java17 based, but the source code has many previous java version's code on the place.
Use case/motivation
To keep Netbeans project in the modern development line edge, it would be great to refactor the code by replacing the old java version code to the new one. By doing that, the project code will be more safe and less verbose.
Related issues
No response
Are you willing to submit a pull request?
Yes
Beta Was this translation helpful? Give feedback.
All reactions