You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify class cycle groups and prioritize based on average churn of all classes involved in the cycle.
Identify all classes referred to by each class with JavaParser / JavaSymbolSolver (package name + class name)
Identify strongly connected components (cycles) with JGraphT: https://jgrapht.org/guide/UserOverview#graph-algorithms