lsp4jakarta icon indicating copy to clipboard operation
lsp4jakarta copied to clipboard

[VS Code] Quick-fix fails due to getData() is null

Open kathrynkodama opened this issue 2 years ago • 6 comments

To reproduce Using jakarta-sample project in VS Code (Mac OS), trying to trigger quick-fixes on bean validation constraint diagnostics:

[Error - 12:57:13 PM] Request textDocument/codeAction failed.
  Message: Request jakarta/java/codeaction failed with message: java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "org.eclipse.lsp4j.Diagnostic.getData()" is null
  Code: -32603 
image

kathrynkodama avatar Dec 19 '22 17:12 kathrynkodama