TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Inspections

Last modified: 20 April 2023

The Inspections Build Runner is intended to run code analysis based on IntelliJ IDEA inspections for your project. IntelliJ IDEA's code analysis engine is capable of inspecting your Java, JavaScript, HTML, XML and other code and allows to:

  • Find probable bugs

  • Locate "dead" code

  • Detect performance issues

  • Improve 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 Build Runner fields:

IntelliJ IDEA Project Settings



Unresolved Project Modules and Path Variables



This section is displayed, when an IntelliJ IDEA module file (.iml) referenced from IntelliJ IDEA project file:

  • cannot be found

  • allows you to enter the values of path variables used in the IPR-file.

To refresh values in this section click Check/Reparse Project.

Project JDKs



This section provides the list of JDKs detected in the project.

Java Parameters



Inspection Parameters



In IntelliJ IDEA, an inspection profile is a customized set of inspections tied to a project. Regardless of project type you use, it has to contain configured inspection profiles to enable inspections running on TeamCity.