Skip to content

Commit

Permalink
Implementers is Broken for Class Files #10337 (#11378)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny authored and tsmaeder committed Oct 17, 2018
1 parent dbd2a7d commit ad8d0bd
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 ad8d0bd

Please sign in to comment.