1. What contributions have the authors mentioned in the paper "Slicing java programs that throw and catch exceptions" ?
Current program-slicing algorithms do not correctly deal with exception-handling constructs, because they do not account for the additional control and data dependences introduced by exceptions.. This paper extends previous work on program slicing using the system dependence graph ( SDG ) to support slicing programs with exceptions.
read more
2. What are the future works in "Slicing java programs that throw and catch exceptions" ?
In this paper the authors have described how to extend the slicing algorithm of [ 7 ] ( which uses SDGs ) to handle try/catch/throw.. In particular, the authors have defined how to represent try/catch/throw in the control-flow graphs from which SDGs are built so that correct control and data dependences are computed, as well as extending the set of interprocedural edges in the SDG itself.
read more





