I checked the project, where these issues occurred and I no longer see any duplicate issues in the SonarCloud GUI.
However, when I query the issues via the API, the four duplicated entries are still present, marked as FIXED and CLOSED (in the past they had to be “OPEN”, because I’m filtering for this status).
One of the duplicated entries:
{
"key": "[REDACTED]",
"rule": "cpp:S1905",
"severity": "MINOR",
"component": "[REDACTED]",
"project": "[REDACTED]",
"hash": "[REDACTED]",
"textRange": {
"startLine": 951,
"endLine": 951,
"startOffset": 34,
"endOffset": 73
},
"flows": [],
"resolution": "FIXED",
"status": "CLOSED",
"message": "Remove this redundant cast.",
"effort": "5min",
"debt": "5min",
"author": "",
"tags": ["clumsy", "redundant"],
"creationDate": "2025-08-19T14:23:31+0000",
"updateDate": "2025-08-19T17:39:34+0000",
"closeDate": "2025-08-19T17:39:34+0000",
"type": "CODE_SMELL",
"organization": "[REDACTED]",
"branch": "[REDACTED]",
"cleanCodeAttribute": "CLEAR",
"cleanCodeAttributeCategory": "INTENTIONAL",
"impacts": [
{
"softwareQuality": "MAINTAINABILITY",
"severity": "LOW"
}
],
"issueStatus": "FIXED",
"projectName": "[REDACTED]"
}
The files are pretty large - the largest are up to a few thousand lines of code. And also it is TFVC so it may cause trouble. But nevertheless. I belive that the issue is solved for now. If it returns, then I will investigate further what’s the cause.