Glossary

Static Analysis

The examination of source code without executing it, to detect potential errors, enforce coding standards, and assess complexity. Tools for COBOL static analysis include IBM Application Discovery, SonarQube with COBOL plugins, and COBOL-specific lint utilities. (Ch. 35) See also: *Code Review*.

Learn More

Related Terms