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 20 ### What happened I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the...

kind:bug
tests
GraalVM
Upgrade JDK

### Apache NetBeans version Apache NetBeans latest daily build ### What happened When I have code e.g.: ```java @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.TYPE) @Inherited public @interface RunWith { Class value(); } @RunWith(String.class) public...

kind:bug
Java

- resolves a "Project Problems" regression - temporary until proper fix is implemented fixes #7365 ~? untested~

Gradle
ci:dev-build

### Apache NetBeans version Apache NetBeans 22 release candidate ### What happened I tried Navigate / Go to Declaration from XHTML file. After a few seconds, this exception occurred: ```...

kind:bug
Java EE/Jakarta EE
needs:triage

attempt to fix #7073, #5537 and #6902 - `getPackageElement()` requires the full package String or it returns null (e.g `javax` is not sufficient) - this caused a bug where the...

Java
ci:dev-build

The server defines `nbls.project.resolveProjectProblems` command to resolve project problems. The name makes sense to me, as it can resolve problems for any projects, I believe, not only Java-related projects. But,...

Java
LSP

When the `TextDocumentServiceImpl` produces code actions, it will ignore the requested code action kinds for code actions associated with errors, which may lead to warnings like this in the log:...

LSP
Micronaut