Skip to content

Add circular reference detector#88

Merged
jimbethancourt merged 8 commits intomainfrom
add-circular-reference-detector
Jul 3, 2024
Merged

Add circular reference detector#88
jimbethancourt merged 8 commits intomainfrom
add-circular-reference-detector

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 <jimbethancourt@gmail.com>
- 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
@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