This module is used to visualize in a graphical way various outputs generated by the SonarJava plugin, when analyzing source code:
- Exploded Graph (output of the symbolic execution engine)
- Control Flow Graph
- Syntax Tree
To start the viewer (web app), you have two options:
- execute
mainmethod fromorg.sonar.java.viewer.Viewerclass; - build and run the web app using command line
mvn exec:java.
Then, open your web browser and navigate to http://localhost:9999. Note that default port (9999) is currently hardcoded.