User123363

Results 5 issues of 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;...

0crat/new

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...

0crat/new

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...

0crat/new

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...

0crat/new

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...

0crat/new