[Jdt.Ls]Show implementations doesn't work correct in specific case #10857
Labels
e2e-test/failure
Issues that is related to a test failures reported by our CI platform and our QE.
severity/P1
Has a major impact to usage or development of the system.
target/branch
Indicates that a PR will be merged into a branch other than master.
Problem reproduced with test
ImplementationBaseOperationsTest
but will be more easy reproduce it manually.Step to reproduce:
/test-project/src/main/java/com/codenvy/qa/Empl.java
Expected result:
Popup with implementations for
Serializable
Actual:
Any reaction on UI, but got exception in console of dev-machine
dev-machine log
In websocket channel:
Request:
{"jsonrpc":"2.0","method":"java/implementers","id":"27","params":{"position":{"line":15,"character":43},"textDocument":{"uri":"/test-project/src/main/java/com/codenvy/qa/Empl.java"}}}
Response:
{"jsonrpc":"2.0","id":"27","error":{"code":-27000,"message":"org.eclipse.lsp4j.jsonrpc.ResponseErrorException"}}
Note:
Same situation in master branch works correct
The text was updated successfully, but these errors were encountered: