mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
deprecate FileBasedIndex.findFileById
GitOrigin-RevId: 7bc01490669bf3c521300efcdd65f60800cdadd1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
165dbfff4e
commit
21b4e09ff0
@@ -58,7 +58,10 @@ public abstract class FileBasedIndex {
|
||||
throw new IllegalArgumentException("Virtual file doesn't support id: " + file + ", implementation class: " + file.getClass().getName());
|
||||
}
|
||||
|
||||
// note: upsource implementation requires access to Project here, please don't remove
|
||||
/**
|
||||
* @deprecated see {@link ManagingFS#findFileById(int)}
|
||||
*/ // note: upsource implementation requires access to Project here, please don't remove (not anymore)
|
||||
@Deprecated
|
||||
public abstract VirtualFile findFileById(Project project, int id);
|
||||
|
||||
public void requestRebuild(@NotNull ID<?, ?> indexId) {
|
||||
|
||||
Reference in New Issue
Block a user