In sonarqube 5.6.4, how do I view the duplicate code blocks? In 4.5, there was a mostly hidden UI element under the duplication metric. Now it does nothing.
Since the issue is attached to a top of the file, how can I tell what I need to fix?
In sonarqube 5.6.4, how do I view the duplicate code blocks? In 4.5, there was a mostly hidden UI element under the duplication metric. Now it does nothing.
Since the issue is attached to a top of the file, how can I tell what I need to fix?
It's pretty similar to how it was in 4.5.x actually. When scrolling through the sources, look for the orange marker on the left next to the line number. Clicking on it will give you details on where the duplication comes from ( screenshot ).