Skip to content

Commit

Permalink
Для задачи cqfn#524 "PROBLEM WITH CCM METRIC ADDITION V3", открытой 2…
Browse files Browse the repository at this point in the history
…1 мая 2021 года, необходимо исследовать проблему, связанную с добавлением CCM метрики версии 3. Требуется проанализировать, почему возникла проблема с добавлением метрики и предложить ее решение.
  • Loading branch information
michaelwelly committed Jun 24, 2024
1 parent 466ac7f commit 922f3c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/jpeek/Metrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ public enum Metrics {
*/
CCM(false, null, null),


/**
* Class Connection Metric (CCM) metric.
* Measuring Class Cohesion in Object-Oriented Systems version 3
*/
CCM_V3(false, null, null),

/**
* Maximal Weighted Entropy metric. Modeling class cohesion as mixtures of latent topics
*/
Expand Down

0 comments on commit 922f3c6

Please sign in to comment.