CyVis Software Metrics Collection, Analysis and Visualisation Tool

 

SourceForge.net Logo

Sample XML Dumps

Given below are few XML Dumps generated by CyVis for some popular Open Source projects developed in Java.

Note: The format for the xml dump is shown below.


   <Project>
     <classes>
       <Class>
         <className>HqlSqlBaseWalker</className>
         <packageName>org.hibernate.hql.antlr</packageName>
         <methods>
           <Method>
             <name>orderExprs</name>
             <cyclomaticComplexity>241</cyclomaticComplexity>
             <length> 181 </ length >
           </Method> 
           ...
           ...
           ...
         </methods>
       </Class> 
       ...
       ... 
       ...
     </classes>
   </Project>