Chris2011 commented on issue #4034:
URL: https://github.com/apache/netbeans/issues/4034#issuecomment-1111472995

   When my cursor is right after the "g" in "age" and I hit Alt + Enter, I also 
got a NPE but w/o the message that you have:
   
   ```
   java.lang.NullPointerException
        at 
org.netbeans.modules.lsp.client.Utils.applyWorkspaceEdit(Utils.java:94)
        at org.netbeans.modules.lsp.client.Utils.applyCodeAction(Utils.java:198)
        at 
org.netbeans.modules.lsp.client.bindings.LanguageClientImpl$DiagnosticFixList$CommandBasedFix.implement(LanguageClientImpl.java:299)
   [catch] at org.netbeans.modules.editor.hints.HintsUI$1.run(HintsUI.java:810)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
   
   ```
   
   but it seems the same.


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