|
From: Stefano F. <ste...@li...> - 2003-01-01 18:05:46
|
Hi Axel, I hope you rested from the party :) > I hope this answer will help you a bit. If you have further questions > just ask. For us it is also interesting to know more about your personal > requirements. So it would be nice if you let us know what kind of > metrics or other functionality you would like to find in jmove. > What I would like to have is a tool that could work with or without a gui. Without a gui, I would like specify the directory of my sources and it should produce an output with the calculated metrics per each unit (package, class, method). An XML format should suffice. It would be nice if the output was hierarchical and contained aggregated metrics. The gui should provide the same information, but browsable with a tree view starting listing the packages and displaying for each of them the dependency metrics and the aggragate metrics for the contained classes. At a class level I sould see the class-level metrics and the aggragate metrics for the methods... and so on (if possible :-). Those are my whishes. But for now it would be very nice if you could show me a piece of code that basically kicks off the dependency metrics and the counting metrics for a given package. I tried to go through the test classes, but it is very hard to get the one at the right level of detail. Many thanks. Stefano |