.setFormula(new AverageComplexityFormula(CoreMetrics.PARAGRAPHS))
.create();
+ /**
+ * @deprecated in 2.15 - see SONAR-3289
+ */
public static final String CLASS_COMPLEXITY_DISTRIBUTION_KEY = "class_complexity_distribution";
+
+ /**
+ * @deprecated in 2.15 - see SONAR-3289
+ */
public static final Metric CLASS_COMPLEXITY_DISTRIBUTION = new Metric.Builder(CLASS_COMPLEXITY_DISTRIBUTION_KEY, "Classes distribution /complexity", Metric.ValueType.DISTRIB)
.setDescription("Classes distribution /complexity")
.setDirection(Metric.DIRECTION_NONE)