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 23 ### What happened When i try to write an spanish word with accent inside a double cuote or simple cuote, it show an...

kind:bug
needs:triage

Two command for integration of Cloud Assets with other VS Code extensions

LSP
VSCode Extension
enterprise

In order to allow pulling images from Container Registry, we need to have bearer token, inside the cluster (as k8s secret), that will authorize the access to the registry. CronJob...

LSP
VSCode Extension
enterprise

- Project,Package and Object names checked to be valid identifiers . Giving LSP client error messages for funky names like "123Funky$ Name" - Project and Object placement directories checked for...

Java
LSP
VSCode Extension

If the caret is positioned over a constructor invocation, show the javadoc of that constructor (analog to the `ctrl+mouse hover` tooltip). ![image](https://github.com/user-attachments/assets/19639883-c81e-4c46-92ed-525db868c5df) (caret is over `ArrayList`, putting it inside `()`...

Java
Editor
JavaDoc
ci:dev-build

It was discovered that if `ProjectReload.withProjectState` is used and the project contains a truly unresolvable artifact (i.e. a reference to a local custom build, that can be never downloaded), the...

Maven
enterprise

NetBeans didn't show Javadoc descriptions for a lot of OpenJDK (21) methods. This simple patch works for me, but feel free to drop this PR, and fix the bug whatever...

do not merge
Java
JavaDoc
ci:dev-build

@jtulach reported the code completion inside VS Code is sometimes slow for him. I was thinking of that, and experimenting, and I think at least part of the problem is...

Java
LSP
VSCode Extension

Laravel is one of the most used frameworks in php, yet it still doesn't have support in Netbeans. (#7531 , #7231). Mostly the main missing support is for **blade templates**...

PHP
do not merge

Postgresql configuration does simply not contain the set default schema command. This PR tries to include this. The most fitting command seems to be `set search_path`.