- SonarQube Server Enterprise Edition v2025.1.1
- deployed via Docker
- correcting duplicate code, by navigating to duplicates in the SonarQube web UI
When Sonar reports on duplicate code, I’m clicking on the grey bar to the left of the duplicate code to see where else that code occurs.
The popup shows a (possibly shortened) path to other occurrences.
In this particular case, there are multiple possible matches to the shortened path, and no apparent way to determine what the full path is.
Also, if I attempt to select the text of a path, to copy it, the popup closes.
What’s the recommended way to navigate to the duplicated code?
I have a vague memory of an old Sonar version that showed the duplicated code in a section at the bottom of the screen; is there a way to get that to appear?