netbeans
netbeans copied to clipboard
Apache NetBeans
### 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...
Closes: #4186
### 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...
- resolves a "Project Problems" regression - temporary until proper fix is implemented fixes #7365 ~? untested~
### 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: ```...
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...
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,...
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:...