From: Nikolay Matveev Date: Thu, 15 Dec 2011 14:51:57 +0000 (+0400) Subject: PHP length of the usages group id should be less then 30 X-Git-Tag: pycharm/112.226~17^2~1^2~10 X-Git-Url: https://git.jetbrains.org/?p=idea%2Fcommunity.git;a=commitdiff_plain;h=43e8f7a75d0bd5e814d2730a1fd2b7285f294184 PHP length of the usages group id should be less then 30 --- diff --git a/platform/lang-impl/src/com/intellij/execution/impl/statistics/TemporaryRunConfigurationTypeUsagesCollector.java b/platform/lang-impl/src/com/intellij/execution/impl/statistics/TemporaryRunConfigurationTypeUsagesCollector.java index 1ab9ef586bc1..bc6efca0a00c 100644 --- a/platform/lang-impl/src/com/intellij/execution/impl/statistics/TemporaryRunConfigurationTypeUsagesCollector.java +++ b/platform/lang-impl/src/com/intellij/execution/impl/statistics/TemporaryRunConfigurationTypeUsagesCollector.java @@ -25,7 +25,7 @@ import org.jetbrains.annotations.NotNull; */ public class TemporaryRunConfigurationTypeUsagesCollector extends AbstractRunConfigurationTypeUsagesCollector { - private static final GroupDescriptor GROUP_ID = GroupDescriptor.create("run-configuration-type-temporary"); + private static final GroupDescriptor GROUP_ID = GroupDescriptor.create("run-configuration-type-temp"); @NotNull @Override