Skip to content

Commit

Permalink
Implementers is Broken for Class Files eclipse-che#10337
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Sep 26, 2018
1 parent f94423e commit dd2323d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ private List<ExtendedSymbolInformationDto> executeFileStructure(
}

public ImplementersResponseDto findImplementers(TextDocumentPositionParams params) {
params.getTextDocument().setUri(prefixURI(params.getTextDocument().getUri()));
params.getTextDocument().setUri(fixJdtUri(params.getTextDocument().getUri()));
CompletableFuture<Object> result =
executeCommand(FIND_IMPLEMENTERS_COMMAND, singletonList(params));

Expand Down

0 comments on commit dd2323d

Please sign in to comment.