Analyzing information-flow in java program based on slicing technique

Bixin Li
DOI: https://doi.org/10.1145/571681.571683
2002-01-01
ACM SIGSOFT Software Engineering Notes
Abstract:Traditional information-flow analysis is mainly based on dataflow and control-flow analysis. In object-oriented program, because of pointer aliasing, inheritance, and polymorphism, information-flow analysis become very complicated. Especially, it is difficult to rely only on normal data and control-flow analysis techniques. some new approaches are required to analyze the information-flow between components in object-oriented program. In this paper, object-oriented program slicing technique is introduced. By this technique, the amount of information-flow, the width of information-flow and correlation coefficient between components can be computed. Some applications of the information-flow are also discussed and analyzed in this paper.
What problem does this paper attempt to address?