the visual code navigator: an interactive toolset for source code investigation

2
1 The Visual Code Navigator: An Interactive Toolset for Source Code Investigation Evolution view Symbol view Syntactic view G. Lommerse, F. Nossin, L. Voinea, A. Telea, Eindhoven University, the Net

Upload: arthur-mcdaniel

Post on 31-Dec-2015

49 views

Category:

Documents


2 download

DESCRIPTION

The Visual Code Navigator: An Interactive Toolset for Source Code Investigation. G. Lommerse, F. Nossin, L. Voinea, A. Telea, Eindhoven University, the Netherlands. Syntactic view. Symbol view. Evolution view. The Visual Code Navigator: An Interactive Toolset for Source Code Investigation. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: The Visual Code Navigator: An Interactive Toolset for Source Code Investigation

1

The Visual Code Navigator: An Interactive Toolset for Source Code Investigation

Evolution view

Symbol viewSyntactic view

G. Lommerse, F. Nossin, L. Voinea, A. Telea, Eindhoven University, the Netherlands

Page 2: The Visual Code Navigator: An Interactive Toolset for Source Code Investigation

2Download the demo at: www.win.tue.nl/~lvoinea/VCN.html

Syntactic View: overlays the code text with structure information

uses a generalized shaded cushion metaphor

generalizes syntax highlighting

useful for quickly navigating source code

Symbol View: shows compiled interface objects (linker view)

uses a cushioned treemap metaphor

useful for understanding object file structureEvolution View: shows evolution in time of files in a project

uses a matrix of dense pixel displays

useful for understanding code change

Download the demo at: www.win.tue.nl/~lvoinea/VCN.html

The Visual Code Navigator: An Interactive Toolset for Source Code Investigation

G. Lommerse, F. Nossin, L. Voinea, A. Telea, Eindhoven University, the Netherlands