Skip to content

Implement an execution pipeline to create Construction Flowline pictures from Java

Create an execution pipeline so that .pdf construction flowlines can be created from the Java pattern-browser execution.

The following steps are necessary:

  • Activate aau.iid.analyzer.SkylineAnalyzer so that the sequential AST changes, identified by the aau.iid.scc.GumTreeMatching, are saved for the sequential program changes.
  • Activate aau.iid.analyzer.StructuralPatternAnalyzer so that the data for each change (lines, change types, control contexts, and dependencies, slice information etc.) is computed.
  • Let the aau.iid.analyzer.AbstractChangeAnalyzer write out all .csv files
  • Call the Java-to-R interface to use the construction_flowline_CLASS.csv for all analyzed CLASSes to create construction flowlines.