netbeans
netbeans copied to clipboard
Apache NetBeans
This is the test case (typescript): ```typescript export class test { demo() { this.runstranget| } runStrangeThings(): void { } } ``` The codecompletion at the | mark will offer "runStrangeThings",...
### Apache NetBeans version Apache NetBeans 14 ### What happened I want to use Netbeans > 11.3, but I work on PHP code for PHP7.4 and have a class Match,...
### Apache NetBeans version Apache NetBeans latest daily build ### What happened Refactor field name in record declaration, got syntax error in file. Similar situation produces an NPE, see below....
### Apache NetBeans version Apache NetBeans 15 ### What happened NetBeans crash after declining to import settings ### How to reproduce - staring with clean .nb/15 (some -J-D added to...
### Apache NetBeans version Apache NetBeans 15 ### What happened Opening a project POM, under "Effective" tab, complete POM is showed, so properties from superPOM too. Problem is those properties...
### Apache NetBeans version Apache NetBeans 13, 15 ### What happened The "Format" Tool and "Organize Import" seem crash netbeans sometimes. This might be related to the code containg specific...
### Apache NetBeans version NetBeans 12.6 ### What happened When you create a new WebApplication and select a recent version of wildfly you cannot select anything else above JavaEE 8...
### Apache NetBeans version Apache NetBeans 15 ### What happened I am running the FXML JavaFX Maven Archetype (Gluon) example project. It runs successfully under Netbeans. But when I do...
### Apache NetBeans version Apache NetBeans 15 ### What happened NPE and inconsistent visual state ### How to reproduce gradle projects are created with NewProject > JavaWithGradle > JavaClassLibrary Get...
### Apache NetBeans version Apache NetBeans 15 ### What happened I've a method whose body contains an unused variable. NetBeans reports about this issue right. However, if I add a...