Skip to content

Commit f414ea5

Browse files
authored
Merge pull request #3845 from shaedrich/static-code-analysis
Add topic "Static code analysis"
2 parents 4005d8d + 33afe9d commit f414ea5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Static code analysis
3+
short_description: Static program analysis is the analysis a program without executing it.
4+
topic: static-code-analysis
5+
related: dynamic-code-analysis, testing
6+
aliases: static-program-analysis
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

Comments
 (0)