ciFusion – Continuous Improvement of ColdFusion

June 21, 2009 by Mike Henke    4 Comments
Posted under: CFEclipse · ColdFusion · ColdFusion Builder · Eclipse

I am working on ciFusion, a Bolt Extension, for Continuous Improvement of ColdFusion Code. It seems Java and .Net have many tools for metrics and code analysis but ColdFusion is several years behind. I am hoping to leverage already existing Java tools since ColdFusion works so well with it.

Currently, ciFusion has a duplicate code check and a compile check. Think of the compile check as the smallest weakest possible Unit Test without a unit testing framework like MXUnit.

I would like to focus on the "big five" code analysis areas from Continuous Improvement of Code through Eclipse:

  • Coding standards
  • Code duplication
  • Code coverage
  • Dependency analysis
  • Complexity monitoring

If you would like to help, shoot me an email henke dot mike at gmail dot com.

Pre-Alpha – http://cifusion.riaforge.org/

4 Comments + Add Comment

  • Got anything to say? Go ahead and leave a comment!