deprecate FileBasedIndex.findFileById

GitOrigin-RevId: 7bc01490669bf3c521300efcdd65f60800cdadd1
This commit is contained in:
Dmitry Batkovich
2019-10-24 14:08:59 +00:00
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) {