mbien commented on issue #8639:
URL: https://github.com/apache/netbeans/issues/8639#issuecomment-3049609739

   ```
   SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor 
org.netbeans.modules.lsp.client.LSPBindings$$Lambda/0x0000019f3bb13648
   java.lang.NullPointerException: Cannot invoke "java.util.List.stream()" 
because the return value of "java.util.concurrent.CompletableFuture.get()" is 
null
        at 
org.netbeans.modules.lsp.client.bindings.MarkOccurrences.computeHighlights(MarkOccurrences.java:144)
        at 
org.netbeans.modules.lsp.client.bindings.MarkOccurrences.run(MarkOccurrences.java:103)
        at 
org.netbeans.modules.lsp.client.LSPBindings.lambda$addBackgroundTask$14(LSPBindings.java:532)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1403)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
   [catch] at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
   ```
   from the log


-- 
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

Reply via email to