mfussenegger / nvim-jdtls

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

Error fetching test candidates: org/eclipse/jdt/ls/core/internal/hover/JavaElementLabels #570

Closed idelice closed 12 months ago

idelice commented 12 months ago

LSP client configuration

I'm using the default configuration from LazyVim.

Eclipse.jdt.ls version

v1.28.0

Steps to Reproduce

go to test file and try to run test using the following:

Expected Result

I expect that the test(s) runs

Actual Result

Error fetching test candidates: org/eclipse/jdt/ls/core/internal/hover/JavaElementLabels

mfussenegger commented 12 months ago

Duplicate of https://github.com/mfussenegger/nvim-jdtls/issues/565