mfussenegger / nvim-jdtls

Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
GNU General Public License v3.0
1.09k stars 62 forks source link

Internal error on organize imports #380

Closed jeusdi closed 1 year ago

jeusdi commented 1 year ago

LSP client configuration

You can find it here.

Eclipse.jdt.ls version

1.17.0

Steps to Reproduce

I don't quite figure out what to write here, sorry. Bellow you can find an asciinema...

Expected Result

I'm getting this error message when I'm trying to organize imports:

Error on organize imports: Internal error

Actual Result

After that I've tried to read logs using :JdtShowLogs. You can find behavior and log contents into this asciinema. Also, you can find my current configuration here.

mfussenegger commented 1 year ago

"Internal error" is coming from eclipse.jdt.ls so this could be an issue in the language server. You'd have to provide reproduction steps to be able to look into it.