public
Description: A Java package dependency analyzer that generates design quality metrics.
Homepage: http://clarkware.com/software/JDepend.html
Clone URL: git://github.com/clarkware/jdepend.git
name age message
file CHANGES Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
file LICENSE Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
file README Thu Aug 21 15:35:35 -0700 2008 Updated docs for GitHub. [clarkware]
file build.xml Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
directory docs/ Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
directory sample/ Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
directory src/ Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
directory test/ Thu Aug 21 14:37:30 -0700 2008 Initial import [clarkware]
README
                            J D E P E N D     
 

  What Is It? 
  -----------
  
  JDepend traverses Java class and source file directories and 
  generates design quality metrics for each Java package. JDepend allows 
  you to automatically measure the quality of a design in terms of its 
  extensibility, reusability, and maintainability to effectively manage 
  and control package dependencies.


  How Do I Get It?
  ----------------

  The latest version of JDepend is available at 
  http://www.clarkware.com/software/jdepend.zip

  JDepend is also available on GitHub at:
  http://github.com/clarkware/jdepend


  Documentation
  -------------

  Documentation is available in HTML format, in the docs/ directory.
  For the installation and user manual, see docs/JDepend.html.
  For the API documentation, see docs/api/index.html.


  Support
  ---------

  If you have any questions, comments, enhancement requests, success
  stories, or bug reports regarding JDepend, please send them to
  mike@clarkware.com.


  Licensing
  ---------

  This software is licensed under the terms described in the file 
  named "LICENSE" in this directory.
  

  Thanks for using JDepend!