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
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start 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