summaryrefslogtreecommitdiff
path: root/plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml')
-rw-r--r--plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml b/plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml
index 73e279fa91a9..95c585fef36c 100644
--- a/plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml
+++ b/plugins/IntentionPowerPak/src/META-INF/IntentionPowerPack.xml
@@ -104,6 +104,12 @@
</intentionAction>
<intentionAction>
+ <className>com.siyeh.ipp.equality.ReplaceEqualityWithSafeEqualsIntention</className>
+ <bundleName>com.siyeh.IntentionPowerPackBundle</bundleName>
+ <categoryKey>intention.category.boolean</categoryKey>
+ </intentionAction>
+
+ <intentionAction>
<className>com.siyeh.ipp.trivialif.ExpandBooleanIntention</className>
<bundleName>com.siyeh.IntentionPowerPackBundle</bundleName>
<categoryKey>intention.category.boolean</categoryKey>