Static program analysis assignments based on Tai-e
-
Updated
Apr 25, 2024 - Java
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.
Static program analysis assignments based on Tai-e