netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 27 ### What happened When using the NetBeans GUI Builder (Matisse) to set an icon for a component (e.g., JMenuItem), the generated code uses:...
When there is a compact source file inside a test root, there's an NPE: ``` java.lang.NullPointerException: Cannot load from int array because the return value of "org.netbeans.api.java.source.TreeUtilities.findNameSpan(com.sun.source.tree.ClassTree)" is null at...
nb-javac built from https://github.com/mbien/nb-javac/tree/target-jdk17-2-valhalla
### Description I'm developing web applications PHP. Netbeans is connected via FTP, but only the template folders and 1 site module are uploaded via FTP. The site has a lot...
### Apache NetBeans version Apache NetBeans 27 ### What happened I was trying to open a file in a remote host to see it locally and the exception occurs. The...
### Description Unlike constructors of regular classes, the "mark occurrences" mechanism doesn't mark usages of enum constructors. Example: ```java class Example { @SuppressWarnings("unused") static class Class { static final Class...
### Apache NetBeans version Apache NetBeans 27 ### What happened This is a transient issue in debugger tests: ``` java.lang.NullPointerException: Cannot invoke "org.netbeans.api.debugger.ActionsManager.removeActionsManagerListener(String, org.netbeans.api.debugger.ActionsManagerListener)" because "this.lastActionsManager" is null at org.netbeans.modules.debugger.jpda.ui.actions.RunIntoMethodActionProvider.destroy(RunIntoMethodActionProvider.java:67)...
### Apache NetBeans version Apache NetBeans 28 latest release candidate ### What happened When loading my web app projects (which use a small subset of EE technologies) a NullPointerException is...
### Description When running tests (i.e. JUnit test executions), NetBeans generates a notification when the test is finished, showing a notification bubble from the status bar. It would be useful...
### Description The color of the "mark occurrences" marks in the editor sidebar is not configurable. Depending on color scheme and presence of other marks, the default color isn't very...