| 14 days trial |
Sourcecode Visualizer 3.3 is an Eclipse plugin for visualizing Java sourcecode. It is an inevitable tool for sourcecode review. Its 3 basic components are:
The Dr. Garbage Sourcecode Visualizer 3.3 supports common features of the Eclipse Java editor.
The control flow graph can be placed in the editor window or in seperate window. The graph can be modified in the Control Flow Graph Factory 3.3. Every node in the control flow graph shows the correspoding bytecode instructions.
On every saved change of the sourcecode the graph is updated and synchronized with lines of the sourcecode.
Check the efficiency of your implementation on the sourcecode by simply looking at the graph.
Complex if-conditions are visualized for easy analysis on-the-fly while coding.