Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
457
stars
42
forks
source link
Prioritize cycles with the same minimum cut edges. #112
Open
jimbethancourt opened 1 month ago
Cycles with the same edges should be prioritized first. The highest frequency edges should be prioritized first.
Maybe do something like this?