Code Inspection tab

Skip to end of metadata
Go to start of metadata
You are viewing documentation of TeamCity 4.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version.
Search

Searching TeamCity 4.x Documentation

Table of Contents
There is a Run button and a build history interface in the top right corner of the page. Click the Run button to re-run the current build configuration. Click the ellipsis on the Run button to customize a build to run.
Use Build Actions drop-down menu to add commentary and tags to the build, and to pin or unpin the build.
Use Edit Configuration Settings drop-down to navigate to particular stage of editing current build configuration parameters. Click the guillemets (angle brackets) on the build history interface to navigate to Build Results pages of the previous and next builds (identified with their build state and number), or click the All history link to view the build history tab of the build configuration home page.
In TeamCity, the list of available UI elements depends on user's permissions.

The Code Inspection tab appears on the Build Results page and is used to examine the code review provided by the inspection build runner.

The Code Inspection tab is split into two sections: A list of inspections (on the left) and a list of files containing the issues found by the selected inspection (on the right).

Item Description
Total Select this radio button to display the inspections that generated both errors and warnings. The numbers in parenthesis show the number of new issues discovered in this build followed by the number of issues solved since the last build.
Errors Select this radio button to display only the inspections that generated errors. The numbers in parenthesis show the number of new errors discovered in this build followed by the number of errors fixed since the last build.
new only Select this option to display errors or warnings that were introduced since the previous build.
<group of inspections> Expand the inspection name to show the issues discovered during the code review.
<inspection name> Click the issue name to select that issue and show a list of files that contain that problem in the right side of tab.
<line of code> The line of code that contains the problem is listed under the file name. Click this number to jump the code in your IDE.
Scope Filter The scope filter lists the specific directories that contain issues that were discovered during the code inspection. This filtering makes it easier for developers to manage specific code for which they might be responsible:

See Also:

Labels:

code code Delete
inspection inspection Delete
build build Delete
runner runner Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.