Skip to content

Commit 7eb5a09

Browse files
author
Vasilii Burlacu
committed
Removed redundant indexer
1 parent d1f48ab commit 7eb5a09

File tree

3 files changed

+0
-138
lines changed

3 files changed

+0
-138
lines changed

resources/META-INF/plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393

9494
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventObserverIndex" />
9595
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.EventNameIndex" />
96-
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.PluginNameIndex" />
9796
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.VirtualTypeIndex" />
9897
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.PluginIndex" />
9998
<fileBasedIndex implementation="com.magento.idea.magento2plugin.stubs.indexes.BlockNameIndex" />

src/com/magento/idea/magento2plugin/indexes/IndexManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ public static void manualReindex() {
2424
ModulePackageIndex.KEY,
2525
// xml|di configuration
2626
PluginIndex.KEY,
27-
PluginNameIndex.KEY,
28-
VirtualTypeIndex.KEY,
2927
// layouts
3028
BlockNameIndex.KEY,
3129
ContainerNameIndex.KEY,

src/com/magento/idea/magento2plugin/stubs/indexes/PluginNameIndex.java

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)