User123363
User123363
To fix the CCM metric, the FindConnectedComponents class was implemented to find the connected components in a graph: ``` package com.company; import java.util.ArrayList; class FindConnectedComponents { int V; ArrayList graph;...
To fix the CCM metric it was decided to integrate the FindConnectedComponents Java class into the jpeek project and then call it before constructing the CCM.xsl file [1] and add...
The problem with CCM metrics was found in the file "org/jpeek/metrics/CCM.xsl" in line 65 the variable 'ncc' is assigned the number of methods connected by edges, but^ according to the...
We found the CodeMR plugin implemented in Intellij Idea, which can also calculate LCOM3 metrics and decided to compare with jpeek results. Our observations described below were made on the...
The upper bound of the CCM metric is at 0.5 level. In our opinion, this is not due to a low metric value, but to an error in an implementation...