Jaroslav Tulach

Results 13 issues of Jaroslav Tulach

I started to see following exception when using the _"GoTo Type Dialog"_ and the dialog stop showing anything: ``` java.lang.UnsupportedOperationException // deep stack skipped at org.netbeans.modules.lsp.client.bindings.TypeProviderImpl.computeTypeNames(TypeProviderImpl.java:54) at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.getTypeNames(GoToTypeAction.java:614) at org.netbeans.modules.jumpto.type.GoToTypeAction$Worker.run(GoToTypeAction.java:522)...

kind:bug
Java
UI
caused-by-plugin

Currently the CI on Mac is broken because the currently used Mac OS X - e.g. 10.15 is no longer supported by GitHub actions: - upgrading to Mac OS X...

To support use of HTML/Java API in GraalVM's `native-image` tool: - the `@JavaScriptBody` and `@JavaScriptResource` annotation need to be available in runtime - however they have `RetentionType.CLASS` - let's patch...