Merge ReplaceArraysCopyOfWithCopyOfInspection and ReplaceJavaStaticMethodWithTopLevelFunctionInspection
Relates to #KT-23023
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <code>Arrays.copyOf</code> function calls replaceable with <code>copyOf</code>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user