jtulach opened a new pull request, #6189: URL: https://github.com/apache/netbeans/pull/6189
While working on https://github.com/enso-org/enso/pull/7054#issuecomment-1632751826 I got following exception: ``` java.lang.NullPointerException: Property must not be null: message at org.eclipse.lsp4j.util.Preconditions.checkNotNull(Preconditions.java:29) at org.eclipse.lsp4j.MessageParams.<init>(MessageParams.java:45) at org.netbeans.modules.java.lsp.server.protocol.TextDocumentServiceImpl.lambda$codeAction$24(TextDocumentServiceImpl.java:1058) ``` This PR avoids the `NullPointerException` and also addresses the comment that asked for delivering the stack trace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
