Slicing Web Application Based on Hyper Graph

JH Wu,BW Xu,JX Jiang
DOI: https://doi.org/10.1109/cw.2004.56
2004-01-01
Abstract:Program slicing is an available method that is widely used in program understanding, analyzing, debugging, testing, maintaining. There are many solutions for slicing procedural program and object-oriented program. But traditional slicing method usually based on PDG and SDG that is not suitable to a web application because of web's special characteristics This paper suggests a kind of slicing method that use hyper graph to define dependency of elements named PDSG (program dependence hyper graph). PDSG can describe dependence of the web elements better than PDG. This method also makes the slicing algorithm simpler and the slice captured is integrated in semantics.
What problem does this paper attempt to address?