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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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