Process / pipelineCode quality inspection
静的コード解析
静的コード解析は、ソースコードを実行せずに自動的に検査し、潜在的なバグ、セキュリティ脆弱性、コードの臭い、およびスタイル違反を検出します。EnglerとPugh(2001)によって開拓された自動解析ツールは、コードベースを大規模にスキャンし、手動レビューよりも迅速に欠陥パターンを特定します。組織は、欠陥を早期に防止するために、静的解析を継続的インテグレーションパイプラインに統合します。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
出典
- Chess, B., & West, J. (2007). Secure Programming with Static Analysis. Addison-Wesley Professional. link ↗
- Engler, D., Chen, D. Y., Hallem, S., Chou, A., & Chelf, B. (2001). Bugs as deviant behavior: A general approach to inferring errors in systems code. In Proceedings of the 18th ACM Symposium on Operating Systems Principles (pp. 57–72). DOI: 10.1145/502034.502041 ↗
- Hovemeyer, D., & Pugh, W. (2004). Finding bugs is easy. ACM SIGSOFT Software Engineering Notes, 29(6), 1–8. DOI: 10.1145/1052883.1052895 ↗
このページの引用方法
ScholarGate. (2026, June 3). Static Code Analysis and Automated Inspection. ScholarGate. https://scholargate.app/ja/software-engineering/static-code-analysis
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- コードカバレッジ分析ソフトウェア工学↔ compare
- 欠陥予測モデルソフトウェア工学↔ compare
- 等価パーティショニング・テストソフトウェア工学↔ compare
- ソフトウェア複雑性メトリクスソフトウェア工学↔ compare