mistupv / JavaSlicer

A program slicer for Java, based on the system dependence graph (SDG).
https://mist.dsic.upv.es/JavaSlicer/demo/
GNU Affero General Public License v3.0
54 stars 18 forks source link

WIP: Added Naive summary arcs builder #33

Closed jacosro closed 4 years ago

jacosro commented 4 years ago

Added

Details on the naive summary arcs builder

Computes the summary arcs by checking the reachability from formal_out to formal_in parameters, and then for each actual_out finds the corresponding actual_ins and adds the SummaryArc to the graph

Partially solves #7