@@ -1176,28 +1176,28 @@
</intentionAction>
</intentionAction>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"
displayName="Convert o bject literal to lambda"
displayName="O bject literal can be converted to lambda"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="INFO"
level="INFO"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyAssertNotNullInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyAssertNotNullInspection"
displayName="‘ assert’ calls that can be replaced with ‘ !!’ or ‘ ?:'"
displayName="‘ assert’ call can be replaced with ‘ !!’ or ‘ ?:'"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="INFO"
level="INFO"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.DeprecatedCallableAddReplaceWithInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.DeprecatedCallableAddReplaceWithInspection"
displayName="Add 'replaceWith' argument to 'deprecated' annotation "
displayName="@Deprecated annotation without 'replaceWith' argument "
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="INFO"
level="INFO"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ConvertToStringTemplateInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ConvertToStringTemplateInspection"
displayName="Convert s tring concatenation to string template"
displayName="S tring concatenation that can be converted to string template"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="INFO"
level="INFO"
@@ -1232,56 +1232,56 @@
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveExplicitTypeArgumentsInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveExplicitTypeArgumentsInspection"
displayName="Type arguments are unnecessary "
displayName="Unnecessary type argument "
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveExplicitSuperQualifierInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveExplicitSuperQualifierInspection"
displayName="S upertype qualification is unnecessary "
displayName="Unnecessary s upertype qualification"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyNegatedBinaryExpressionInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyNegatedBinaryExpressionInspection"
displayName="Simplify n egated binary expression"
displayName="N egated boolean expression that can be simplified "
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ReplaceWithOperatorAssignmentInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.ReplaceWithOperatorAssignmentInspection"
displayName="R eplace with operator- assignment"
displayName="Assignment that can be r eplaced with operator assignment"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IntroduceWhenSubjectInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IntroduceWhenSubjectInspection"
displayName="I ntroduce argument to 'when' "
displayName="'when' that can be simplified by i ntroducing an argument"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveCurlyBracesFromTemplateInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveCurlyBracesFromTemplateInspection"
displayName="Remove re dundant curly braces in string template"
displayName="Redundant curly braces in string template"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyBooleanWithConstantsInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyBooleanWithConstantsInspection"
displayName="Simplify b oolean expression with constants "
displayName="B oolean expression that can be simplified "
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WEAK WARNING"
level="WEAK WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.UsePropertyAccessSyntaxInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.UsePropertyAccessSyntaxInspection"
displayName="Use property access syntax"
displayName="Accessor call that can be replaced with property access syntax"
groupName="Kotlin"
groupName="Kotlin"
cleanupTool="true"
cleanupTool="true"
enabledByDefault="true"
enabledByDefault="true"
@@ -1347,14 +1347,14 @@
level="WARNING"/>
level="WARNING"/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveForLoopIndicesInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.RemoveForLoopIndicesInspection"
displayName="Index is unused "
displayName="Unused loop index "
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WARNING"
level="WARNING"
/>
/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.inspections.ConflictingExtensionPropertyInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.inspections.ConflictingExtensionPropertyInspection"
displayName="Extension property conflicts with synthetic one"
displayName="Extension property conflicting with synthetic one"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
level="WARNING"
level="WARNING"
@@ -1374,7 +1374,7 @@
level="WARNING"/>
level="WARNING"/>
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyForInspection"
<localInspection implementationClass= "org.jetbrains.kotlin.idea.intentions.SimplifyForInspection"
displayName="Simplify 'for' using destructing declaration"
displayName="'for' that can be simplified using destructing declaration"
groupName="Kotlin"
groupName="Kotlin"
enabledByDefault="true"
enabledByDefault="true"
cleanupTool="false"
cleanupTool="false"