Multiple occurrences of an issue

Code Sight Documentation

Version
2026.5.0

If an issue occurs more than once, the Issue Details panel notifies you by displaying an additional Occurrences field.

Figure 1. Occurrences field in the Issue Details panel
Issue Details > Occurrences field

You can open the drop-down list to go directly to one of the occurrences, or you can click one of the the left/right arrows to either side of the drop-down list, in order to step through the occurrences in sequence.

Important: If, after you correct the code and scan again, an issue does not disappear from the list, this does not necessarily mean that your fix was wrong. Different paths through the same code can sometimes lead to the same issue. This is why the Issue Details panel reports multiple occurrences of the same issue.

When a static-analysis issue occurs more than once, the Contributing Details panel can help you see if different occurrences arise from the same contributing logic, or if there are multiple areas of contributing code that might be problematic.

When all occurrences of the issue have been resolved, the issue should disappear from the Issues list altogether.