Merge ReplaceArraysCopyOfWithCopyOfInspection and ReplaceJavaStaticMethodWithTopLevelFunctionInspection

Relates to #KT-23023
This commit is contained in:
Dmitry Gridin
2019-04-11 11:07:53 +07:00
parent 50b89dd587
commit 6b7f4dda31
11 changed files with 30 additions and 100 deletions
@@ -3189,15 +3189,6 @@
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceArraysCopyOfWithCopyOfInspection"
displayName="Replace 'Arrays.copyOf' with 'copyOf'"
groupPath="Kotlin"
groupName="Style issues"
enabledByDefault="true"
level="WEAK WARNING"
language="kotlin"
/>
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.SetterBackingFieldAssignmentInspection"
displayName="Existing backing field is not assigned by the setter"
groupPath="Kotlin"