From c554bfa20db28ddadc5e1ea2b0eaf575df798c57 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 19 Jul 2017 20:26:17 +0300 Subject: [PATCH] Move: RemoveSetterParameterTypeInspection to inspections package --- idea/src/META-INF/plugin.xml | 2 +- .../RemoveSetterParameterTypeInspection.kt | 42 +++++++++++++++++++ .../intentions/RemoveExplicitTypeIntention.kt | 20 +-------- .../inspectionData/inspections.test | 2 +- 4 files changed, 45 insertions(+), 21 deletions(-) create mode 100644 idea/src/org/jetbrains/kotlin/idea/inspections/RemoveSetterParameterTypeInspection.kt diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 3b219163759..98d56d7a786 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -2055,7 +2055,7 @@ language="kotlin" /> - ( KtCallableDeclaration::class.java, "Remove explicit type specification" @@ -81,4 +63,4 @@ class RemoveExplicitTypeIntention : SelfTargetingRangeIntention