netbeans
netbeans copied to clipboard
Apache NetBeans
### Description Currently one of the weak points of the java support in VSCode is maven pom.xml editing. Adding dependencies is a pain, because there is no such help exists...
### Apache NetBeans version Apache NetBeans 13 ### What happened Error parsing file (red mark) when having 2 or more java classes in the same java file, inside the same...
### Apache NetBeans version Apache NetBeans 20 ### What happened Created a new NetBeans Module Project under Java with Ant -> NetBeans Modules -> Module. Right-clicked on the project and...
### Apache NetBeans version Apache NetBeans 20 ### What happened While editing a Markdown File and saving it the error occurred (java.lang.ArrayIndexOutOfBoundsException). ### Language / Project Type / NetBeans Component...
### Apache NetBeans version Apache NetBeans 20 ### What happened When opening a project in the designer with generated code from an old NetBeans-version, the designer will automatically change path...
### Apache NetBeans version Apache NetBeans > 12 (all that support java 14) ### What happened when you have a record, say ``` record Student( String id, String lastname, String...
### Apache NetBeans version Apache NetBeans 20 ### What happened Stopping a build using the stop button on the "Output" pane does not kill all the compiler processes. The expected...
### Apache NetBeans version Apache NetBeans 15 ### What happened When I try to rename the class name and the file, NB first renames the file and then gives me...
### Apache NetBeans version Apache NetBeans 20 release candidate ### What happened When refactoring a class property a lot of incorrect usages are picked up.  It looks for any...
### Apache NetBeans version Apache NetBeans 19 ### What happened After migrating my project on java 11, I can't build the project with the option "Test compile all JSP files...