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 21 ### What happened When a git repository contains a `.gitignore` file, rules with wildcards that should only be applied to _files_ are interpreted...

kind:bug
needs:triage
pending-response
git

NetBeans `web.core` module notes: - Implement `CatalogDescriptor2` instead of deprecated `CatalogDescriptor` - Add JSTL schema version 3.0 for Jakarta 9 - Add JSTL schema version 3.1 for Jakarta 10 -...

Java EE/Jakarta EE
enterprise

### Description Hello NetBeans Team, I've been working with NetBeans IDE, specifically transitioning between version 19 and version 21, and I noticed a significant change in the way JPA Controller...

kind:feature
needs:triage

Currently, all the quickfix calculated appears in the VS code which may not be related to the current cursor position as well. So, if we add a condition that it...

LSP
VSCode Extension

### Description It would be nice to have rendered javadoc comments in code. This can increase the readability of code. The same functionality has IDEA and it helps a lot...

kind:feature
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened ![image](https://github.com/apache/netbeans/assets/2228672/5b282a5c-8327-48b4-909b-5ea2003e12cc) Notice the `$fx();` line is not highlighted when other `$fx` variable usages are. ![image](https://github.com/apache/netbeans/assets/2228672/81e15a76-411f-4c66-8200-1faf5f2eaaa0) It seems it is otherwise...

kind:bug
PHP
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened `@return static` PHPDoc typehinting is broken. It used to work, but I have upgraded to Netbeans 21 and it does...

kind:bug
PHP
needs:triage

### Apache NetBeans version Apache NetBeans 21 ### What happened I am running NetBeans 21 with a HiDPI screen (4K) using Fedora 40 with KDE (wayland) and I have set...

kind:bug
needs:triage
UI

### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened Most likely due to https://github.com/apache/netbeans/pull/7153, a StackOverflowError happens when I select "Find Usages" on certain methods of our...

kind:bug
Java
needs:triage
nb-javac

### Description When we work with round brackets in java we can see the start and end bracket via highlighting. For example: ![Screenshot from 2021-05-27 10-33-18](https://user-images.githubusercontent.com/10261361/204365994-bb3a8e5d-cca2-4d4d-8c7f-8c5bef95ccb9.png) I suggest to add...

Java
kind:feature
good first issue
Contribution welcome