netbeans icon indicating copy to clipboard operation
netbeans copied to clipboard

Apache NetBeans

Results 708 netbeans issues
Sort by recently updated
recently updated
newest added

### 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:...

kind:bug
Java
needs:triage
FormDesigner

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...

Java

nb-javac built from https://github.com/mbien/nb-javac/tree/target-jdk17-2-valhalla

Java
ci:dev-build

### 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...

kind:feature
needs:triage

### 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...

kind:bug
wait-for-feedback
needs:triage
os:windows

### 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...

Java
kind:feature
needs:triage

### 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)...

kind:bug
debugger

### 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...

kind:bug
Gradle
Java EE/Jakarta EE
hints

### 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...

kind:feature
needs:triage

### 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...

Editor
kind:feature
UI