cqfn / jpeek

Hosted and command-line calculator of cohesion metrics for Java code
https://i.jpeek.org
MIT License
205 stars 81 forks source link

debug ccm_v3 #562

Closed michaelwelly closed 3 months ago

michaelwelly commented 3 months ago

This pull request resolves the issue of the variable CCM_V3 being redefined in the Metrics enum. The changes involve removing redundant declarations of the variable, which fixes the compilation error and improves code readability. Please consider and approve the changes