ciFusion – Continuous Improvement of ColdFusion
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.




Posted under: 


Looks very interesting! Many people will appreciate that you're doing this.
Thanks.
Very cool idea! I look forward to checking this out
I think you are on the right track.