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
No-code email and landing page creation Icon
No-code email and landing page creation

Make campaign creation fast and easy with Knak

Built for speed and collaboration, Knak streamlines campaign production with modular templates, real-time editing, simple collaboration, and seamless integrations with leading MAPs like Adobe Marketo Engage, Salesforce Marketing Cloud, Oracle Eloqua, and more. Whether you're supporting global teams or launching fast-turn campaigns, Knak helps you go from brief to build in minutes—not weeks. Say goodbye to bottlenecks and hello to marketing agility.
Learn More
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