CyVis
Getting StartedSamplesCyVis Forums
|
CyVis Features
CyVis supports all applications written in Java 1.5. As of now there seems to be no syntactic changes in java 1.6, therefore, CyVis will support java 1.6 too. Don't have the source, what do I do? How can I Use CyVis? No Problems :) CyVis collects metrics from class files or jar files; therefore there is no need for the source. Another exciting feature is that you can integrate CyVis with your build scripts to generate reports. You could make the build to generate reports on your code’s complexity every time you make a build. Read this document to find how this can be done. The extraction of metrics from your class files is multithreaded to increase performance. More comfortable with the command line? No problem, CyVis can be run through command line as well. A majority of times it so happens that you want to include classes and jars from various locations. This can be quite a pain if it is to done again and again. We have a solution! Simply list the absolute paths of all the jars and/or classes required in a simple text file and add that file to your project. Look here to see how this can be done The metrics collected from the class files or jar files are displayed at three levels: Project Level which holds metrics of all packages, Package Level which holds metrics of all classes and Class Level which holds metrics of all methods For better visualization, the metrics are displayed as colour coded charts. Additionally the Cyclomatic Complexity ranges and the colours that denote them are fully customizable. CyVis stores metric data in a hierarchy (of Objects like in XML) and depending on the sort of report you want, it can generate HTMLs or Text based reports. We also provide the option to output data in its raw XML form itself. |
|
© 2005-2006 Pradeep Selvaraj, Vinay Iyer. |