Static Analysis for Code Quality
Static Analysis is the technique used to analyze the software without executing the same. It helps to look at issues that are there with in the Source Code even before it gets executed. Find some reading on Static Code Analysis here from Wikipedia.
Static Analysis also used to publish some of the Software Metrics. For example, KLOC, Cyclomatic Complexity will be captured through Static Analysis.
The following are some the links to Static Analysis Tools
- List of Tools from wikipedia
- List of Tools from Testing FAQs







[...] In this post, I will be sharing my views on Static Analysis and how the same is useful to Software Testing. Using Static Analysis in Testing will be called as Static Testing. [...]
Interesing post. I would encourage you to check out http://www.SoftwareMetrics.Com, I have a lot of information on software metrics and function points. You can download an entire function point training manual at http://www.SoftwareMetrics.Com/freemanual.htm
David
[...] Testing, Software Metrics, Software Development, Code Coverage I have been talking about Code Quality through Static Analysis for a while here, here & here. The quality for any application [...]
@ David,
I have gone through your site, but unable to find information on Code Quality Metrics. It would be better to add this to other metrics you have listed.
[...] have been talking about Code Quality through Static Analysis for a while here, here & here. The quality for any application [...]