In this section:

Viewing the Summary of Code Duplicate Analysis Findings

Import code duplicate analysis findings into the DTP Findings to begin investigating duplicate code in your IDE (see Importing Findings). 


Right-click on a finding to open a contextual menu of options.

You can perform the following actions:

Viewing Code Duplicate Analysis Finding Details

You can navigate through the instances of duplicate code associated with the finding from the DTP Finding Details view.


The top node represents the first appearance of the duplicate code. Consecutive occurrences of the code are listed in order of appearance as children. You can perform the following actions:

Viewing Code Duplicate Source Code

When you open the source code from the DTP Findings or DTP Finding Details view, the specific line of code that triggered the finding is highlighted. 

Suppressing Code Duplicate Analysis Findings

There are several options for suppressing findings from duplicate code analysis.

  1. Right-click on a finding in the DTP Findings view and choose Suppress... to open the suppression options.

  2. Enter a reason for the suppression and choose the type of suppression.
  3. Click OK to apply the suppression. 

You can also suppress a specific instance of duplicate code by right-clicking on a child node in the DTP Finding Details view and choosing Suppress....