srcML / srcSlice

Lightweight tool for slicing
34 stars 16 forks source link

backward slicing #26

Closed mzagane closed 4 years ago

mzagane commented 4 years ago

In your paper, you reported that your approach can be extended to compute backward slices. I would like to know if this was done or not yet, and if not, there is a way to do it (backward slicing) using the actual tool with some adapting in the slice profile? Thank you very much in advance.

cnewman commented 4 years ago

Hi @mzagane,

It does not support backward slices at the moment. However, I think someone else has implemented one for srcml

http://mcis.polymtl.ca/~msayagh/TechnicalReports/MCIS-TR-2016-1.pdf

Srcslice could be modified to do backward slices and I'd be happy to support such an endeavor. I don't have time to do it myself currently, however.

mzagane commented 4 years ago

@cnewman Thank you very much for the help.