JavaNCSS - Related Links |
While JavaNCSS simply lets you know how much source code you have to deal with (ncss metric), JDepend informs you about the package structure of your code and helps you spotting weaknesses in your global code organization, e.g. identifying dependency cycles, creating a few independent packages on which most other package rely on, etc.
You can use JDepend as a quantitative measurement tool as well.
ProGuard is an application which has made use of JavaNCSS in an unexpected way: "... I've taken the liberty of using JavaNCSS for producing test results with ProGuard, and, vice versa, for producing statistics about ProGuard. You can find the references in the Results section and the Quality section respectively. The latter section shows how I have integrated JavaNCSS in a nightly build process."