java-language-server
java-language-server copied to clipboard
Bug:something wrong with fromat of import.
I use this language server with neovim. When I format my source code, the import may be changed if there is more than one import.
e.g.
This is original imports.
Format it for the first time.
Format it for the second time.
Format it for the third time.
Until there is only one import left.

I'm having this issue as well. When I add an import:
After formatting, the import changes into an already existing import:

Same here. Imports are even deleted: Disabling format on save isn't helping.