Skip to content

Commit 3c5cdde

Browse files
Update README.md
1 parent 4a8cd0e commit 3c5cdde

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
# java_metrics_sensor
2-
The Development of a tool to analyse Java code quality.
2+
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

Comments
 (0)