cqfn / jpeek

Hosted and command-line calculator of cohesion metrics for Java code
https://i.jpeek.org
MIT License
209 stars 81 forks source link

Added overall metric value calculation and report #528

Closed iMaks99 closed 8 months ago

iMaks99 commented 3 years ago

Added overall metric value calculation and creating report file

yegor256 commented 3 years ago

@iMaks99 I see two big problems here: 1) where is a unit test for this new functionality? 2) isn't it better to keep HTML resources in src/main/resources instead of generating them by string concatenation?

yegor256 commented 3 years ago

@iMaks99 I made some comments above