TeamCity On-Premises
 
Get TeamCity On-Premises

Inspections

Edit pageLast modified: 18 September 2024

The Inspections (IntelliJ IDEA) build runner is intended to run code analysis based on IntelliJ IDEA inspections for your project. In addition to the version that TeamCity automatically downloads and installs on its first startup, it is possible to install another version of JetBrains IntelliJ Inspections and Duplicates Engine and/or change the defaults using the Administration | Tools page.

IntelliJ IDEA's code analysis engine is capable of inspecting your Java, JavaScript, HTML, XML and other code and allows you to

  • find probable bugs;

  • locate "dead" code;

  • detect performance issues;

  • improve the code structure and maintainability;

  • ensure the code conforms to guidelines, standards, and specifications.

Refer to IntelliJ IDEA documentation for more details.

This page contains reference information about the Inspections (IntelliJ IDEA) build runner fields.