Content deleted Content added
mNo edit summary |
No edit summary |
||
Line 1:
'''Static code analysis''' is a set of methods for analysing [[software]] [[source code]] in an effort to gain [[understanding]] and to target areas for [[review]] and/or [[rewrite]]. The number of
One common metric in static analysis is ''[[McCabes Cyclomatic Complexity Metric]]'' which measures the number of choices a function makes. Functions with a high number of conditional statements (if's, while etc.) will have a high [[complexity]].
==See also==
* [[AntiC]]
* [[SPlint]]
* [[Broadway]]
* [[DAEDALUS]]
==External links==
* [http://yunus.hun.edu.tr/~sencer/research.html information of software management]
* [http://citeseer.org/cs?q=static+and+code+and+analysis Citations from CiteSeer]
|