Must-share information:
- SonarQube Community Build 10.7
- how is SonarQube deployed: zip
I wanted to import issues from SARIF files.
The relatedLocations in the SARIF json file are provided in a semantically meaningful order (e.g. call sequence, call stack).
Expected behavior:
The locations are shown in the navigation panel of the issue view in the web interface in the same order as provided in the SARIF file.
Actual behavior:
The locations in the navigation panel are sorted by line numbers in the navigation panel.
This makes it very hard to understand the issue in the Webinterface.