SourceLocation.create(file, line, column, true),
new ServerRequestCallback<SourceLocation>() {
@Override
public void onResponseReceived(SourceLocation sourceLocation)
{
indicator.onCompleted();
if (sourceLocation != null)
goToSourceLocation(sourceLocation);
}