Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: Source code viewer
-
Labels:None
Description
It should be useful from an external tool or document to jump to a class in Sonar by following a permalink provided by Sonar.
This [permalink] could be displayed on the right of tabs (Sources, Code coverage, Violations) and should store the current selected tab.
The link could be something like :
http://nemo.sonar.codehaus.org/sourceviewer/index/{$projectKee}:{$FileKee}
We can imagine to reuse this permalink in those different situations :
We can even imagine to add a left sidebar to this pop-up in order to display available packages and classes to improve navigation across sources.
- In the code viewer duplication tab : add link to files with duplicated lines to easily open a pop-up
- In the classes treemap : clicking on the treemap should open a pop-up
- In the future Hotspots service to zoom in a class
We can even imagine to add a left sidebar to this pop-up in order to display available packages and classes to improve navigation across sources.