v.1.3.0
RELEASE NOTES - 07/07/2019
This version corrects the calculation of 4 software measures:
- CC - Cyclomatic complexity
- WMC - Weight Methods per Class
- NOC - Number of Children
- LCOM2 - Lack of Cohesion in Methods 2
In particular, there was adjustment in the calculation of the CC and WMC to consider specific flows of Java 8: LambdaExpressions and MethodReferenceExpression.