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 latest daily build ### What happened Latest release of VSNetBeans 21.9.9 has size 261MB (VSIX). Compared to version 15.0.301 from 2022-10-14 which has _only_...

VSCode Extension
build

### Description When using code completing after typing `{@` in Javadoc, "value" is not in the list. ### Are you willing to submit a pull request? No

Java
kind:feature
JavaDoc

### Description ```php

PHP
kind:feature
needs:triage

### Apache NetBeans version Apache NetBeans 12.6 ### What happened I am trying to make project on NetBeans IDE version 12.6 using JSP file but when I finished the code...

kind:bug
pending-response

### Apache NetBeans version Apache NetBeans 21 ### What happened Projects that use the same package and class names are being mixed in "go to" operations. Those operations for example...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened I use PHP's variable hack `{$variable}` in case when I need to use - but I found that this hack...

kind:bug
PHP
needs:triage

### Description Netbeans already supports the array notation in form of `Type[]` (e.g. `@return DateTime[]`) in return and param doc comments and respects it for autocomplete. But PHP does not...

PHP
kind:feature

part 2 of #7188, this is for NB 23 changes here are only for modules which don't use nb-javac, but if #7201 is merged this could update more.

build

### Apache NetBeans version Apache NetBeans 21 ### What happened In code like this ``` let a, b; switch(a){ case 0: //stuff break; case 1: //stuff break; default: switch(b){ case...

kind:bug
needs:triage

Modules which use nb-javac ([`requires.nb.javac=true`](https://github.com/search?q=repo%3Aapache%2Fnetbeans+%22requires.nb.javac%3Dtrue%22+language%3A%22Java+Properties%22&type=code&l=Java+Properties) in `project.properties`) can't change their source level at the moment since they prepend the bootclasspath and this is only allowed on java 8. https://www.oracle.com/java/technologies/javase/9-relnotes.html >...

build
nb-javac