Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Commit

Permalink
PT 150704813 - Async execution of constructor search
Browse files Browse the repository at this point in the history
Refactoring Cache into commons so that it can be used by JDT constructor
search.
  • Loading branch information
nsingh committed Sep 19, 2017
1 parent 5c42fd7 commit cf439bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 174 deletions.
Expand Up @@ -14,9 +14,9 @@

import org.eclipse.jdt.core.IJavaProject;
import org.springframework.ide.eclipse.boot.properties.editor.metadata.ValueProviderRegistry.ValueProviderStrategy;
import org.springframework.ide.eclipse.boot.properties.editor.util.Cache;
import org.springframework.ide.eclipse.boot.properties.editor.util.LimitedTimeCache;
import org.springframework.ide.eclipse.editor.support.util.FuzzyMatcher;
import org.springsource.ide.eclipse.commons.frameworks.core.internal.cache.Cache;
import org.springsource.ide.eclipse.commons.frameworks.core.internal.cache.LimitedTimeCache;

import reactor.core.publisher.Flux;
import reactor.util.function.Tuple2;
Expand Down
Expand Up @@ -24,10 +24,10 @@
import org.eclipse.jdt.core.search.SearchMatch;
import org.eclipse.jdt.core.search.SearchPattern;
import org.springframework.ide.eclipse.boot.properties.editor.metadata.ValueProviderRegistry.ValueProviderStrategy;
import org.springframework.ide.eclipse.boot.properties.editor.util.LimitedTimeCache;
import org.springframework.ide.eclipse.boot.util.Log;
import org.springsource.ide.eclipse.commons.core.util.StringUtil;
import org.springsource.ide.eclipse.commons.frameworks.core.async.FluxJdtSearch;
import org.springsource.ide.eclipse.commons.frameworks.core.internal.cache.LimitedTimeCache;

import reactor.core.publisher.Mono;

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit cf439bb

Please sign in to comment.