Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circular reference detector #88

Merged
merged 8 commits into from
Jul 3, 2024

Conversation

jimbethancourt
Copy link
Collaborator

Adding the circular reference detector codebase written by @nikhilpereira1793 and updated to generate additional useful output.

nikhilpereira1793 and others added 8 commits July 2, 2024 13:46
Incorporating code from https://gitlab.com/nikhil_ideacrest/java-circular-reference-detector into RefactorFirst - licensed under the Apache License 2.0

Co-authored-by: Jim Bethancourt <[email protected]>
- Minimum cut weight & edges are computed to identify edge(s) that need to be removed to decompose class cycle
- Duplicate cycles are excluded from output
- Self-referencing cycles are skipped (cycles that have only one vertex and one edge)
Generating cycle summary data
@jimbethancourt jimbethancourt merged commit ca4db07 into main Jul 3, 2024
2 checks passed
@jimbethancourt jimbethancourt deleted the add-circular-reference-detector branch July 3, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants