I’m facing similar issues to the folks in the articles below. SonarQube is telling me there’s duplicated lines, but not highlighting them. Hoping to get that rectified. I’d share more info but I have to be careful with what I share since I work with sensitive information. Thanks!
Github
Javascript
Pull request # 1861
Duplicated Lines (%) on New Code
On a recent pull request (for project inKindCards_web), we noticed that a JS file was being flagged as having 20.8% duplicated lines % in new code, but when we clicked into the file in question to view the duplicates, no lines were highlighted (see screenshots). Can someone clarify why no lines are being highlighted? Not sure if this is a bug or something else.
[Screenshot 2024-05-29 at 1.14.01 PM]
[Screenshot 2024-05-29 …
We have a quality get on PR regarding duplication line…
One of the PR is tagged with duplication code:
[image]
BUT it is impossible to understand where it is, there is NO gray line on the border of the file (as we can see on main branch regarding duplication)
It seems that the duplication code is not well shown on PR, that make VERY difficult the analyse and the correction of this error.
Regards