netbeans
netbeans copied to clipboard
Apache NetBeans
Gradle Java tooling is the recommended way to set the Java version for source sets since provably version 7.x. Java Tooling has been introduced in Gradle 6.7. In order to...
### Apache NetBeans version Apache NetBeans 17 ### What happened Using the LAF "Windows" causes PopupMenus to have strange x-Offsets for every MenuItem. This seems to happen on every type...
### Apache NetBeans version Apache NetBeans 20 release candidate ### What happened I noticed that some IDE hints were not working anymore and there was this exception. ``` Annotation: An...
I had earlier raised a PR for Computing hints based on custom preferences https://github.com/apache/netbeans/pull/6760, but forgot to push the changes to integrate it with vscode extension. So, here is the...
### Apache NetBeans version Apache NetBeans 21 ### What happened When opening the projects of files view pane, the extension of java files is hidden. It is done inconsistently, as...
### Apache NetBeans version Apache NetBeans 21 release candidate ### What happened According to https://en.wikipedia.org/wiki/Apache_Groovy Groovy has 4 extensions. I am not sure if NB should support `gsh` extension but...
### Apache NetBeans version Apache NetBeans 21 ### What happened Assume two projects that are GIT repos, 'A' and 'B'. 'B' lives as a GIT submodule inside 'A'. On NetBeans...
- Embedded toml-java library to parse Cargo.toml files. - We open complex Rust projects with nested projects (workspaces). - Dropping the previous workspace node. - Some other refactoring and cleanups....
### Apache NetBeans version Apache NetBeans 16 ### What happened The "Entity classes from database wizard" is poorly documented and when it fails there are useless error messages. My setup...
### Apache NetBeans version Apache NetBeans 20 ### What happened When i create a class with static factory methods. Auto fix imports create a import for this class. See [https://github.com/wolfgangreder/UART2EMB/blob/bd41ce492df4ed8407c9ceab251c03645b5b237c/bootloader-java/libJBoot/src/main/java/at/or/reder/jboot/impl/jboot/Record.java...