Re: Using checkstyle, simian, clover ... with unit tests too

2005-03-17 Thread =?iso-8859-1?q?Rapha=EBl=20Pi=E9roni?=
Hello, I can only present a method to do it, but not all the code, as i'm working... for example for the jxr plugin - add a postgoal jxr:register-report to register a new report for the cactus jxr - add a postgoal jxr:deregister-report to deregister the new report - add a postgoal jxr:do-report t

Using checkstyle, simian, clover ... with unit tests too

2005-03-16 Thread Laurent PETIT
Hello, Since Unit Tests must be equally considered production code as application code, I would be happy if I could use some verification, metrics, javadoc plugins with the src/test java code too. And the results should be separated from the src/java results. Indeed, it would be great to have so