noun
static analysis
In computing, the analysis of software without executing it, often used for code review, bug detection, or security checks.
静的解析ツールを使ってコードのバグを早期に発見する。
Use a static analysis tool to find bugs in the code early.
動的解析 (dynamic analysis) examines software while it is running, whereas 静的解析 analyzes it without execution.
Compound of 静的 (static) and 解析 (analysis), a direct translation of the English computing term 'static analysis'.