netbeans
netbeans copied to clipboard
Apache NetBeans
### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened Parsing MongoDB 2.0.0 PHP Library incorrectly flags error:  ### Language / Project Type / NetBeans Component...
### Apache NetBeans version Apache NetBeans 25 ### What happened When adding an open Maven library project as a dependency to another Maven project in NetBeans 25, the IDE sometimes...
### Apache NetBeans version Apache NetBeans 25 ### What happened A (non-editor) TopComponent with client property `TopComponent.PROP_CLOSING_DISABLED=true` is displayed as a tab with no _close_ button and no _close_ menu...
### Apache NetBeans version Apache NetBeans 24 ### What happened does highlite variable as unused (line 120 on screenshot) also in similar code does not (line 97 on screenshot) see...
### Description https://wiki.php.net/rfc#php_84 - [x] https://wiki.php.net/rfc/asymmetric-visibility-v2 (NB25) - https://github.com/apache/netbeans/pull/8177 - [x] https://wiki.php.net/rfc/deprecated_attribute (NB25) - https://github.com/apache/netbeans/pull/8139 - [x] https://wiki.php.net/rfc/new_without_parentheses (NB25) - https://github.com/apache/netbeans/pull/8117 - [ ] https://wiki.php.net/rfc/property-hooks (NB26) - https://github.com/apache/netbeans/pull/8227 ### Use...
## Fix Imports Code action for LSP Client - Fix Imports command in netbeans helps to add missing imports. - Currently each missing import was shown as quick fix suggestions...
works only when combined with a valhalla build of javac (e.g: uninstall nb-javac and run NB on the valhalla build) Thats also why there is no unit test. The other...
### Description The "Fill Missing Cases to Switch" hint is currently limited to "Warning on Current Line". It would be useful to be able to also make this a warning...
Added `CSS` embedding to `heredoc/nowdoc`. Partially implements feature request #5010. Before: After: Based on discussion #7933, I was able to piece together the puzzle and add `CSS` embedding to `heredoc`...
### Apache NetBeans version Apache NetBeans 28 ### What happened During debug process this error happened. java.lang.NullPointerException Caused: java.lang.IllegalStateException at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:383) at org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:765) at org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:425) at org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:90) at org.netbeans.modules.debugger.jpda.projects.PreferredCCParser.toPhase(PreferredCCParser.java:702) at...