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

Escape quotations in statements #4

Closed cargaji closed 4 years ago

cargaji commented 4 years ago

Statements like log("Monkey") aren't escaped properly, and the graph's generation fails.