refactorfirst / RefactorFirst

Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
Apache License 2.0
457 stars 42 forks source link

Optionally calculate commit count of cycle classes #93

Open jimbethancourt opened 2 months ago

jimbethancourt commented 2 months ago

Average commit count of classes in a cycle is strongly correlated with the number of classes involved in a cycle and should only be calculated when showDetails = true