Jadecy (Java Dependencies and Cycles) is a Java library to compute dependencies (elements depended on, or depending), strongly connected components, and cycles, in general directed graphs, or classes or packages dependencies graphs parsed from class files (major version <= 52, else does best effort).

It uses Tarjan's algorithm for SCCs computation, and Johnson's algorithm for exhaustive cycles computation, with continuations instead of recursion, which allows to handle large graphs (< 2^31 vertices).

Since version 1.1, can also compute shortest cycles covering all edges of SCCs.

Usage from command line is also possible but with reduced flexibility (cf. JadecyMain class).

API entry point for Java code dependencies is the Jadecy class, or DepUnit that makes use of it and is designed for unit tests.

API entry point for general graph computations is the net.jadecy.graph package.

Requires Java 5 or later.

Also available on github:
https://github.com/jeffhain/jadecy

Project Activity

See All Activity >

License

Apache License V2.0

Follow Jadecy

Jadecy Web Site

Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management Icon
Level Up Your Cyber Defense with External Threat Management

See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Try for Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Jadecy!

Additional Project Details

Intended Audience

Developers, Testers

User Interface

Command-line

Programming Language

Java

Related Categories

Java QA Automation Software, Java Source Code Analysis Tool, Java Libraries

Registered

2015-12-16