mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[platform] refactoring: extract interface from PackageDirectoryCache
It's used from several (bundled) plugins, so it makes sense to define clear API for it. This will also make it simpler to reuse it for incremental directory index (IDEA-276394). GitOrigin-RevId: 5f924bbfeb440f0ecee49e59da5252f34a05ab87
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7ab1528831
commit
d855d8e8e8
@@ -5,7 +5,7 @@ package com.intellij.structuralsearch;
|
||||
|
||||
import com.intellij.openapi.application.PathManager;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.roots.impl.PackageDirectoryCache;
|
||||
import com.intellij.openapi.roots.PackageDirectoryCache;
|
||||
import com.intellij.openapi.vfs.LocalFileSystem;
|
||||
import com.intellij.openapi.vfs.VirtualFile;
|
||||
import com.intellij.psi.NonClasspathClassFinder;
|
||||
|
||||
Reference in New Issue
Block a user