ckjm 1.7 review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 976K
Developer: Diomidis Spinellis
0 stars award from rbytes.net

ckjm project calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files.

For each class given, the program calculates 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; and LCOM, lack of cohesion in methods.

In addition, ckjm also calculates each class's afferent couplings (Ca) and its number of public methods (NPM).

What's New in This Release:
This is the software's first public release.
Changes made in this version improve the source code's organization and add javadoc documentation.

ckjm 1.7 keywords