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

Duplicates tab

Last modified: 20 April 2023

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 Arrow to ide button opens the selected file in the active IDE.

Build results duplicates

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

New dups75