Code Inspection tab
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: |