Add inspection "Map replaceable with EnumMap" #KT-25439 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
607325c6e5
commit
d86ffd3f34
@@ -2374,6 +2374,15 @@
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.ReplaceWithEnumMapInspection"
|
||||
displayName="Replace with EnumMap"
|
||||
groupPath="Kotlin"
|
||||
groupName="Other problems"
|
||||
enabledByDefault="true"
|
||||
level="WARNING"
|
||||
language="kotlin"
|
||||
/>
|
||||
|
||||
<localInspection implementationClass="org.jetbrains.kotlin.idea.inspections.DataClassPrivateConstructorInspection"
|
||||
displayName="Private data class constructor is exposed via the 'copy' method"
|
||||
groupPath="Kotlin"
|
||||
|
||||
Reference in New Issue
Block a user