mbien commented on PR #8655:
URL: https://github.com/apache/netbeans/pull/8655#issuecomment-3251838086
seeing many NPEs while browsing git history diffs (git -> show history ->
browse through diffs):
```
SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor
org.netbeans.modules.lsp.client.LSPBindings$$Lambda/0x00007f38d4dc8938
java.lang.NullPointerException: Cannot invoke "java.util.List.isEmpty()"
because "bindingsList" is null
at
org.netbeans.modules.lsp.client.LSPBindings.lambda$addBackgroundTask$17(LSPBindings.java:549)
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)
at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2018)
Caused: org.openide.util.RequestProcessor$FastItem
```
haven't verified but based on changed files it might be caused by this PR.
--
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