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 22 release candidate ### What happened Using new JDK Configuration command to set all Java environments and extensions to same JDK. In the step...

kind:bug
VSCode Extension

### Apache NetBeans version Apache NetBeans 17 ### What happened The default Java DB drivers shown under NetBeans Services window point to incorrect/outdated Derby classes resulting in ClassNotFound exceptions when...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened Opened project (`Gradle` project if that matters); brought up Project properties sources. Observed the `Source/Binary Format` truncated. ###...

kind:bug
Gradle
UI

### Description Netbeans contains great tool „[code templates](https://netbeans.apache.org/kb/docs/php/code-templates.html)“ that allows me to simplify my work. For many years I missed last functionality for the perfection, which is some additional string...

Java
Editor
kind:feature
pending-response

### Apache NetBeans version Apache NetBeans 16 ### What happened Ugly output ### How to reproduce Output panel -> Context menu -> wrap text ### Did this work correctly in...

kind:bug
needs:triage
pending-response
UI
More info needed

resolves https://github.com/apache/netbeans/issues/6311 Fixes the issue linked to extracting parameterized lambda into a method. I tested manually all cases I have in mind. The fix itself is not nicest, but it...

Java
hints
ci:dev-build

### Apache NetBeans version Apache NetBeans 17 ### What happened Sometimes after saving the file, although in netbeans have seen the changeit, but is not actually saved in windows. ###...

kind:bug
os:windows

### Apache NetBeans version Apache NetBeans 15 release candidate ### What happened When I change `Number of Spaces per Indent` for `Yaml` language to 2 and open YAML file indented...

kind:bug
Editor
needs:triage
yaml

### Apache NetBeans version Apache NetBeans 17 ### What happened No matter what type of JavaFX code I run, I get this error. ``` ant -f C:\\Users\\marog\\OneDrive\\Documents\\NetBeansProjects\\AssignmentThirteen -Dnb.internal.action.name=run.single -Djavac.includes=assignmentthirteen/AssignmentThirteen.java -Drun.class=assignmentthirteen.AssignmentThirteen...

kind:bug
JavaFX
Ant

the finalization mechanism is deprecated for removal. NetBeans is still using it occasionally. Usage must be replaced with alternatives like for example the Java 9 [Cleaner API](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/ref/Cleaner.html) where needed. JEP:...

kind:bug
priority:high
Upgrade JDK