This commit is contained in:
Sander Hautvast 2014-09-30 12:57:36 +02:00
commit 93d218155a

View file

@ -5,5 +5,4 @@ visualizes java class dependencies
===== =====
Not a finished project yet, just poking around with javassist. Builds a graph of class dependencies. Included is a sample (YoozeServer), using spring-boot for a REST service and d3js to create a force-directed graph.
It does build a model, and you you could pick up dot files to create pictures of the graph. It just isn't very pretty yet.