Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 342 Bytes

File metadata and controls

10 lines (7 loc) · 342 Bytes

Java Circular Reference Detector

Tool to create graph images of cyclic references in a java project.

Usage :

  • Pass two command line arguments:
    • File path of source directory of the java project.
    • Output directory path to store images of the circular reference graphs.

By Ideacrest Solutions