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
note
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.