Skip to content

Commit

Permalink
"Исправлена ошибка компиляции, связанная с повторным определением пер…
Browse files Browse the repository at this point in the history
…еменной CCM_V3 в перечислении Metrics. Дублирующие объявления переменной были удалены."

"Fixed compilation error due to the duplicate definition of the variable CCM_V3 in the Metrics enum. Redundant declarations of the variable have been removed.

Выполнение вставленного кода, исключающего конструкторы с параметрами из вычислений метрики LCOM4, в файле "LCOM4.xsl" позволит корректно обрабатывать только методы класса, не учитывая конструкторы при вычислении связей методов. Таким образом, решается проблема 554.

The inclusion of the code block that excludes constructors with parameters from the calculations of the LCOM4 metric in the "LCOM4.xsl" file effectively resolves issue 554.
  • Loading branch information
michaelwelly committed Jun 26, 2024
1 parent bee463c commit a56b5e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/org/jpeek/Metrics.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ 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),

/**
* Class Connection Metric (CCM) metric.
Expand Down

0 comments on commit a56b5e5

Please sign in to comment.