...
Import code duplicate analysis findings into the Findings view to begin investigating duplicate code in your IDE (see 指摘事項のインポート).
Right-click on a finding to open a contextual menu of options.
Right-click on a finding to open a contextual menu of options.
...
You can navigate through the instances of duplicate code associated with the finding from the 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:
...
When you open the source code from the Findings or Finding Details view, the specific line of code that triggered the finding is highlighted.
Suppressing Code Duplicate Analysis Findings
...
You can also suppress a specific instance of duplicate code by right-clicking on a child node in the Finding Details view and choosing Suppress....