Sciweavers

CC
2005
Springer

Completeness Analysis for Incomplete Object-Oriented Programs

13 years 10 months ago
Completeness Analysis for Incomplete Object-Oriented Programs
We introduce a new approach, called completeness analysis, to computing points-to sets for incomplete Java programs such as library modules or applications in the presence of dynamic class loading. One distinctive feature of this work is that the access and modification properties of fields are taken into account. By combining with a whole-program points-to analysis, completeness analysis yields not only the required points-to sets but also determines which points-to sets and call sites are complete (when the pointed-to objects and target methods are statically resolvable) or not. Such a compositional approach yields more precise points-to sets than those computed by the points-to analysis alone. In addition, our technique also determines (for the first time) which objects may be incompletely detectable, i.e., may be missing in some statically computed points-to sets. We provide experimental evidence to demonstrate that better analysis precision in benchmarks is obtained when the ...
Jingling Xue, Phung Hua Nguyen
Added 29 Jun 2010
Updated 29 Jun 2010
Type Conference
Year 2005
Where CC
Authors Jingling Xue, Phung Hua Nguyen
Comments (0)