This commit is contained in:
Grig Alex 2019-09-21 13:48:04 +03:00 committed by GitHub
parent b85a63882f
commit 9df9f65240

View File

@ -57,7 +57,7 @@
enabledByDefault= Inspection state when Inspections panel is created. enabledByDefault= Inspection state when Inspections panel is created.
level= The default level of error found by this inspection, e.g. INFO, ERROR, etc. level= The default level of error found by this inspection, e.g. INFO, ERROR, etc.
@see com.intellij.codeHighlighting.HighlightDisplayLevel @see com.intellij.codeHighlighting.HighlightDisplayLevel
inplementationClass= FQN of inspection implementation implementationClass= FQN of inspection implementation
--> -->
<localInspection language="JAVA" <localInspection language="JAVA"
displayName="SDK: '==' or '!=' used instead of 'equals()'" displayName="SDK: '==' or '!=' used instead of 'equals()'"