Duplicates tab
| 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 guillemets (angle quotes) 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. |
|
The Duplicates tab appears on the Build Results page and is used to examine the code review provided by the Duplicates build runner.
The tab is split into the following sections:
- A list of duplicates found. The new only option enables you to show only the duplicates that appeared in the latest build.
- A list of files containing these duplicates. Use the left and right arrow buttons to show selected duplicate in the respective pane in the lower part of the tab
- Two panes with the source code of the file fragments that contain duplicates. The
button opens the selected file in the active IDE.

Enhancements in TeamCity 3.1
 | The Duplicates tab was improved between TeamCity 3.0 and TeamCity 3.1. The following features are only available in TeamCity 3.1. |
- Scope Filter
The improved interface includes a scope filter in the the upper-left corner. This filter lists the specific directories that contain the duplicates. This filtering makes it easier for developers to manage specific code for which they might be responsible.
- Syntax Highlighting
The syntax of the code seen the duplicates viewer is now highlighted.

See also: