From dfde3b40765cb3d6005fcaaab2e81592392db205 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Tue, 17 Sep 2019 21:00:00 +0300 Subject: [PATCH] Rename collector of debugger events --- .../kotlin/idea/statistics/FUSEventGroups.kt | 16 +--------------- idea/resources/META-INF/plugin.xml | 2 +- idea/resources/META-INF/plugin.xml.191 | 2 +- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt index 6c6d36ddc99..e35f566778a 100644 --- a/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt +++ b/idea/idea-core/src/org/jetbrains/kotlin/idea/statistics/FUSEventGroups.kt @@ -20,7 +20,7 @@ enum class FUSEventGroups(groupIdSuffix: String, val events: Set = setOf Refactoring("ide.action.refactoring", refactoringEvents), NewFileTemplate("ide.newFileTempl", newFileTemplateEvents), NPWizards("ide.npwizards", NPWizardsEvents), - Debug("ide.debugger", debugEvalEvents), + Debug("ide.debugger"), J2K("ide.j2k"), Editor("ide.editor"); @@ -114,18 +114,4 @@ val NPWizardsEvents = setOf( "KotlinDslGradleKotlinJSFrameworkSupportProvider", "KotlinDslGradleKotlinJSBrowserFrameworkSupportProvider", "KotlinDslGradleKotlinJSNodeFrameworkSupportProvider" -) -val debugEvalEvents = setOf( - "Success", - "NoFrameProxy", - "ThreadNotAvailable", - "ThreadNotSuspended", - "ProcessCancelledException", - "InterpretingException", - "EvaluateException", - "SpecialException", - "GenericException", - "FrontendException", - "BackendException", - "ErrorsInCode" ) \ No newline at end of file diff --git a/idea/resources/META-INF/plugin.xml b/idea/resources/META-INF/plugin.xml index dc7ffda8f30..9911f796809 100644 --- a/idea/resources/META-INF/plugin.xml +++ b/idea/resources/META-INF/plugin.xml @@ -73,7 +73,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - + diff --git a/idea/resources/META-INF/plugin.xml.191 b/idea/resources/META-INF/plugin.xml.191 index adea3a99b53..4e1b39e4eef 100644 --- a/idea/resources/META-INF/plugin.xml.191 +++ b/idea/resources/META-INF/plugin.xml.191 @@ -73,7 +73,7 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. - +