You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/static-code-analysis/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
display_name: Static code analysis
3
3
short_description: Static program analysis is the analysis a program without executing it.
4
4
topic: static-code-analysis
5
+
related: dynamic-code-analysis, testing
5
6
aliases: static-program-analysis
6
7
---
7
8
Static program analysis (or static analysis) is the analysis of computer programs performed without executing them, in contrast with dynamic program analysis, which is performed on programs during their execution.
0 commit comments