|| url.startsWith("https://code.google.com/"))) {
final String sanitizedUrl = sanitizeForGit(url);
CCWPlugin.getTracer().trace(TraceOptions.LOG_INFO, "URL dropped: " + url + ". Once sanitized: " + sanitizedUrl);
DisplayUtil.asyncExec(new Runnable() {
@Override public void run() {
GitImportWizard w1 = new GitImportWizard(new IRepositorySearchResult() {
@Override
public GitRepositoryInfo getGitRepositoryInfo()
throws NoRepositoryInfoException {
return new GitRepositoryInfo(sanitizedUrl);
}