Google Tag Manager End Google Tag Manager IntelliJ IDEA How-To Print PDF version This document is intended to give you the feeling of the advantages of IntelliJ IDEA static code analysis tool that helps you to maintain and clean up your code through the analysis performed without actually executing the code. IntelliJ IDEA is capable of detecting dozens of error-types and inconsistencies. First of all, it helps you to find probable bugs that are not "compilation errors". Its flexible mechanism of resolving problems allows you to easily improve the code structure, conform your code to numerous guidelines and standards, detect performance issues and so on. IntelliJ IDEA's static code analysis is performed on-the-fly. Various inconsistencies, probable bugs, redundancies, spec violations, etc. are highlighted in the editor right while you are typing. ...