Revision: 19737
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 29, 2009 16:32 by benjamin
Initial Code
echo "digraph G {"> diagram.dot sed -n -e "s/class [ ]*\([a-zA-Z0-9_]*\)[ ]* extends [ ]*\([a-zA-Z0-9_]*\)[ ]*[{][ ]*/\1 -> \2 ;/p" *.java >> diagram.dot echo "}" >> diagram.dot
Initial URL
http://www.myoutsourcedbrain.com/2009/04/class-dependency-graphs.html
Initial Description
bash 3-line shell script for visualization of java class dependencies with graphviz. Please see my blog post for details and leave comments there.
Initial Title
Class Dependency Graphs for Java
Initial Tags
class, c
Initial Language
Bash