Merge ReplaceJavaIntegerToStringWithMemberInspection and ReplaceJavaStaticMethodWithTopLevelFunctionInspection

Relates to #KT-12721
This commit is contained in:
Dmitry Gridin
2019-04-11 11:27:14 +07:00
parent 6b7f4dda31
commit 6afc0367c0
19 changed files with 72 additions and 116 deletions
@@ -3360,15 +3360,6 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceJavaIntegerToStringWithMemberInspection"
displayName="Replace 'Integer.toString(int)' with 'int.toString()'"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="WEAK WARNING"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceNotNullAssertionWithElvisReturnInspection"
displayName="Replace '!!' with '?: return'"
groupPath="Kotlin"