I have a multi module maven project. I set up Sonar. The most interesting part for me right now is the dependency analysis on package level including the (JUnit) tests.

Unfortunatly Sonar seems to ignore the tests at least for the dependency analysis. Is there a way to change that?

If this is not possible, is there a way to get the dependency matrix for my tests (or tests + main src) using another free tool?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

JDepend maybe?

BTW, I'm curious why do you need dependency analysis on tests? Maybe a code coverage report is what you're looking for instead?

link|improve this answer
I does analyze dependencies, but it doesn't produce the matrix or something comparable ... so there would be quite some work involved to get it to a useful state. – Jens Schauder Dec 13 '10 at 10:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.