Description
Partial Program Analysis for Java (PPA) is a set of techniques that transforms the source code of an incomplete Java program into a typed Abstract Syntax Tree and a typed three-address representation called Jimple. Visit the webpage of Partial Program Analysis (PPA).
Status
I’m actively working on PPA.
Related publications
Barthélémy Dagenais and Laurie Hendren. Enabling Static Analysis for Partial Java Programs. In Proceedings of the 23rd ACM SIGPLAN conference on Object Oriented Programming Systems and Applications, pages 313-328, October 2008. pdf | site
