ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
Design Size in ClassesSize
Count of the total number of classes in the design.
NumClassesProjectMetrics.java
2
Number of HierarchiesHierarchies
Count of the number of class hierarchies in the design.
IsRootOfHierarchyClassMetric.java
3
Average Number of AncestorsAbstraction
The average number of classes from which a class inherits information
NumAncestorsClassMetric.java
4
Data Access MetricsEncapsulation
The ratio of the number of private attributes
to the total number of attributes declared in a class.
DataAccessClassMetric.java
5
Direct Class CouplingCoupling
Count of the different number of classes that a class is directly related to.
The metric includes classes that are directly related by attribute declarations
and message passing (parameters) in methods.
DirectClassCouplingMetric.java
6
Cohesion Among Methods of ClassCohesion
Computes the relatedness among methods of the class based upon the
parameter list of the methods. The metrics is computed using the
summation of the intersection of parameters of a method with the
maximum independent set of all parameter types in the class.
CohesionAmongMethodsOfClassMetric.java
7
Measure of AggregationComposition
Count of the number of data declarations whose types are user defined
classes.
MeasureOfAggregationClassMetric.java
8
Measures of Functional AbstractionInheritance
The ratio of the number of methods inherited by a class to the total
number of methods accessible by members in the class.
MeasureOfFunctionalAbstractionMetric.java
9
Number of Polymorphic MethodsPolymorphism
Number of polymorphic methods
NumPolymorphicMethodsProjectMetric.java
10
Class Interface SizeMessaging
Number of public methods in a class
NumPublicMethodsClassMetric.java
11
Number of MethodsComplexity
Count of all the methods defined in a class.
classMetrics.NumMethodsClassMetrics
12
13
точно не меняются
14
точно меняются
15
непонятно
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100