Towards an Application of Update Propagation on Logic Programs Representing Java Source Code
Richard Tantius, Daniel Speicher, Andreas Behrend

TL;DR
This paper explores applying update propagation to logic programs representing Java source code, enabling efficient incremental analysis updates for object-oriented code changes.
Contribution
It introduces a novel application of update propagation theory to logic programs modeling Java code, facilitating incremental analysis updates.
Findings
Update propagation effectively generates incremental analysis results.
Logic program representation simplifies code analysis processes.
The approach enhances efficiency in maintaining code analyses.
Abstract
Logic programs are now used as a representation of object-oriented source code in academic prototypes for about a decade. This representation allows a clear and concise implementation of analyses of the object-oriented source code. The full potential of this approach is far from being explored. In this paper, we report about an application of the well-established theory of update propagation within logic programs. Given the representation of the object-oriented code as facts in a logic program, a change to the code corresponds to an update of these facts. We demonstrate how update propagation provides a generic way to generate incremental versions of such analyses.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSoftware Engineering Research · Software Testing and Debugging Techniques · Software Reliability and Analysis Research
