Definition: | examination of source code for features that may indicate the presence of software faults
Note 1 to entry: Static analysis typically reveals unreachable sections of code, unused, misused, doubly-defined or uninitialized variables, and unintended execution paths. Note 2 to entry: Static analysis normally employs computer aided software engineering tools.
|