All IDE code uses VirtualFileFinder instead of KotlinClassFinder + proper service discovery

This commit is contained in:
Andrey Breslav
2014-01-07 20:29:18 +04:00
parent b3f4527bb8
commit 8f8b85101e
10 changed files with 22 additions and 21 deletions
@@ -25,13 +25,6 @@ import org.jetbrains.jet.lang.resolve.name.FqName;
public interface KotlinClassFinder {
class SERVICE {
@NotNull
public static KotlinClassFinder getInstance(@NotNull Project project) {
return ServiceManager.getService(project, KotlinClassFinder.class);
}
}
@Nullable
KotlinJvmBinaryClass findKotlinClass(@NotNull FqName fqName);