• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

CyVis v0.9.0 Released!

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For all the folks at Javaranch there's a tool that visualises the complexity of your software (ones built in Java)? We have just released the first public version of CyVis.
CyVis is a software metrics collection, analysis and visualisation tool for software built using Java. It enables developers to identify complex part of their software very easily.
CyVis collects data from java class or jar files hence there is no need for the actual source code. Once the metrics are collected, the statistical information is shown in a way that enables you to immediately detect which part of your software is complicated and which is not.
CyVis can either be integrated with your Ant script or used in command interface to generate reports. It also has a GUI Interface which we consider to be of great help to its users.
You can be downloaded this tool from the CyVis Homepage.
 
reply
    Bookmark Topic Watch Topic
  • New Topic