TraceLab Components for Reproducing Source Code Summarization Experiments
Breno Dantas Cruz, Paul "Will" McBurney, Collin McMillan
The ND Call Graph Formatter will receive as input a hashmap from the ND Call Graph Generator and it will format it output so it can be used by ND XML Sum Gen. The user input is the control value, path to print the log, invocation value and signature value.
Observe the following items for an explanation about the ND Call Graph Formatter component:
- When clicking the 'i' button of the component the following box will appear. This box contains all the details of this component.
- The following image shows the information regarding the input of the component. "callgraph" is the name of the variable from the workspace that contains the hashmap representation of the callgraph. The value of "callgraph" is provided by the ND Call Graph Generator.
- The following image shows variable "str_callgraph", this variable is a type String and it will receive the string representation of the hashmap.
- The following image shows the label of this component (ND Call Graph Formatter).
Table of Contents
Downloads