Static code inspection, or static source code analysis, as it is fondly called, is a debugging technique adopted during code reviews where the program being debugged is not executed. There are several code analysis tools available to software engineers, such as SonarQube, Coverity, and Codacy.
Full article