You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to import metrics generated by ckjm. This tools processes Java Bytecode and calculates for each class the following six metrics proposed by Chidamber and Kemerer.
WMC: Weighted methods per class
DIT: Depth of Inheritance Tree
NOC: Number of Children
CBO: Coupling between object classes
RFC: Response for a Class
LCOM: Lack of cohesion in methods
In addition it also calculates for each class
Ca: Afferent couplings
NPM: Number of public methods
The text was updated successfully, but these errors were encountered:
Feature Request
We want to import metrics generated by ckjm. This tools processes Java Bytecode and calculates for each class the following six metrics proposed by Chidamber and Kemerer.
In addition it also calculates for each class
The text was updated successfully, but these errors were encountered: