static analyzer

Code may have subtle errors that slip by the compiler and manifest themselves only at runtime, when they could be difficult to identify and fix. The static analyzer parses your code and identifies these types of problems:

To perform static analysis, choose Product > Analyze.