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
52 stars 18 forks source link

Return (or output) node #35

Closed jacosro closed 4 years ago

jacosro commented 4 years ago

Add a node called output to the method declaration, and connect all return statements to it. This node will propagate the output to the output node of the call.