Microsoft Store
 

Static code analysis


 

Static code analysis is a set of methods for analysing software source code or object code in an effort to gain understanding of what the software does and establish certain correctness criteria.

Related Topics:
Software - Source code - Object code - Understanding

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Schematically, there are several types of static analysis (which may be used in combination, even inside the same programming tool):

~ ~ ~ ~ ~ ~ ~ ~ ~ ~