mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
and we have no right now to use cached VirtualFile
This commit is contained in:
@@ -25,9 +25,11 @@ public abstract class IndexableSetContributor implements IndexedRootsProvider {
|
||||
}
|
||||
|
||||
public static Set<VirtualFile> getRootsToIndex(IndexedRootsProvider provider) {
|
||||
/*
|
||||
if (provider instanceof IndexableSetContributor) {
|
||||
return ((IndexableSetContributor)provider).getAdditionalRootsToIndex();
|
||||
}
|
||||
*/
|
||||
|
||||
final HashSet<VirtualFile> result = new HashSet<VirtualFile>();
|
||||
for (String url : provider.getRootsToIndex()) {
|
||||
|
||||
Reference in New Issue
Block a user