Posted By

benjamin on 10/29/09


Tagged

class c cpp


Versions (?)


Advertising

Submit Site


Class Dependency Graphs for Java


Published in: Bash 



Website Promotion
DIRECTORY
is a crucial factor for all websites that need to gain better organic search engine rankings and increase website traffic.
Submitting your website as part of your Web Promotion strategy to our SEO friendly and high traffic Business Directory for review is an excellent way to gain a valuable backlink and increase your websites visibility online.

Submit Site


URL: http://www.myoutsourcedbrain.com/2009/04/class-dependency-graphs.html

bash 3-line shell script for visualization of java class dependencies with graphviz. Please see my blog post for details and leave comments there.

Expand | Embed | Plain Text
  1. echo "digraph G {"> diagram.dot
  2. sed -n -e "s/class [ ]*\([a-zA-Z0-9_]*\)[ ]* extends [ ]*\([a-zA-Z0-9_]*\)[ ]*[{][ ]*/\1 -> \2 ;/p" *.java >> diagram.dot
  3. echo "}" >> diagram.dot

Report this snippet 

You need to login to post a comment.

Download royalty free graphics