netbeans
netbeans copied to clipboard
Apache NetBeans
### Description Code folding is a nice thing to collapse lots of code, unfortunately code folding is not possible in Java editor for condition blocks (if, else if, else), loops...
Cleanup: - Remove unnecessary if/return statement - Add missing braces - Add missing `@Override` annotations - Use diamond inference - Use try-with-resources - Use StandardCharsets instead of a String -...
This PR actually consists of a series of features. I should probably make separate requests for that, but ... that would prolong the review process, I believe. The overall goal...
Well, this is a bit oversight with the recent changes around how we handle configurations in Gradle. We started to include non-resolvable configurations in the IDE around NetBeans 14. That...
### Apache NetBeans version Apache NetBeans 14 ### What happened I have created a Maven built JakartaEE 9 web application in Netbeans 14. Other things are working fine. But in...
Snapshot of APIs as of NetBeans 15. For review (sorry, bit late again due to some issues, but we can run another RC if there's a real need to fix...
Added Linux-aarch64 executables so that C/C++ and GraalVM Native Image debugging works on ARM 64.
### Apache NetBeans version Apache NetBeans 13 ### What happened Autocomplete for method override does not work, and instead deletes entered text, and does not create method stub. ### How...
Updating nb-javac to version 19+33. This is just a temporary state (see do-not-merge badge) to check NB build and tests with the new nb-javac binary before pushing it to Maven....
### Apache NetBeans version Apache NetBeans 14 ### What happened If I [click code autocomplete option of some class](https://ibb.co/bQ6RGxC) , then current code line disappears, and I got an error...