Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Outline

SonarJava Viewer

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

Usage

To start the viewer (web app), you have two options:

  • execute main method from org.sonar.java.viewer.Viewer class;
  • 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.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.