TeamCity On-Premises
 
Get TeamCity On-Premises
You are viewing the documentation for an earlier version of TeamCity On-Premises.

Inspections

Edit page Last modified: 10 November 2021

The Inspections (IntelliJ IDEA) build runner is intended to run code analysis based on IntelliJ IDEA inspections for your project. In addition to the bundled version, 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.