We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8cd0e commit 3c5cddeCopy full SHA for 3c5cdde
1 file changed
README.md
@@ -1,2 +1,16 @@
1
# java_metrics_sensor
2
-The Development of a tool to analyse Java code quality.
+A tool to analyse Java code quality able to calculate the following metrics:
3
+• Lines of code (LOC)
4
+• Number of methods and number of public methods (NOM - NPM)
5
+• Average method complexity (AMC)
6
+• Cyclomatic complexity (CC)
7
+• Weighted method per class (WMC)
8
+• Cohesion among methods of class (CAM)
9
+• Data Access metric (DAM)
10
+• Measure of Aggregation (MOA)
11
+• Response for a class (RFC)
12
+• Lack of Cohesion in methods (LCOM3)
13
+• Coupling between objects (CBO)
14
+• Depth of Inheritance tree (DIT)
15
+• Number of Children (NOC)
16
+
0 commit comments