fix unfair tag for appropriate inspections (IDEA-96859)

This commit is contained in:
anna
2013-04-10 16:27:06 +02:00
parent 8e140d8df7
commit d038e89974
3 changed files with 3 additions and 3 deletions
@@ -350,7 +350,7 @@
implementationClass="com.intellij.xml.util.CheckValidXmlInScriptBodyInspection"/>
<localInspection language="XML" shortName="CheckXmlFileWithXercesValidator" bundle="messages.XmlBundle" key="xml.inspections.check.file.with.xerces"
groupName="XML" enabledByDefault="true" level="ERROR"
implementationClass="com.intellij.xml.util.CheckXmlFileWithXercesValidatorInspection"/>
implementationClass="com.intellij.xml.util.CheckXmlFileWithXercesValidatorInspection" unfair="true"/>
<localInspection language="XML" bundle="messages.XmlBundle" key="xml.inspections.duplicate.id"
groupKey="xml.inspections.group.name" enabledByDefault="true" level="ERROR" runForWholeFile="true" unfair="true"
+1 -1
View File
@@ -521,7 +521,7 @@
<localInspection shortName="GroovyUnusedDeclaration" displayName="Unused declaration"
groupPath="Groovy"
groupName="Declaration redundancy" enabledByDefault="true" level="WARNING"
implementationClass="org.jetbrains.plugins.groovy.codeInspection.GroovyUnusedDeclarationInspection"/>
implementationClass="org.jetbrains.plugins.groovy.codeInspection.GroovyUnusedDeclarationInspection" unfair="true"/>
<localInspection language="Groovy" groupPath="Groovy" shortName="SecondUnsafeCall"
bundle="org.jetbrains.plugins.groovy.codeInspection.GroovyInspectionBundle"
+1 -1
View File
@@ -568,7 +568,7 @@
groupName="Declaration redundancy" enabledByDefault="true" level="WARNING"
implementationClass="com.intellij.codeInspection.unusedSymbol.UnusedSymbolLocalInspection" unfair="true"/>
<localInspection language="JAVA" shortName="UNUSED_IMPORT" displayName="Unused import (editor light)" groupName="Imports" enabledByDefault="true"
level="WARNING" implementationClass="com.intellij.codeInspection.unusedImport.UnusedImportLocalInspection" />
level="WARNING" implementationClass="com.intellij.codeInspection.unusedImport.UnusedImportLocalInspection" unfair="true"/>
<localInspection language="JAVA" suppressId="unchecked" shortName="UNCHECKED_WARNING" displayName="Unchecked warning" groupName=""
enabledByDefault="true" level="WARNING"