CMU-ISR-10-114
Institute for Software Research
School of Computer Science, Carnegie Mellon University



CMU-ISR-10-114

Static Extraction and Conformance Analysis of
Hierarchical Runtime Architectural Structure

Marwan Abi-Antoun

March 2010

Ph.D. Thesis
(Software Engineering)

CMU-ISR-10-114.pdf


Keywords: Object diagram, object graph, runtime structure, runtime architecture, component-and-connector (C&C) view, execution architecture, architectural extraction, conformance analysis, conformance measurement, ownership types, ownership domains, statis acalysis, points-to-analysis, communication integrity, reverse engineering


A high-level architectural diagram of a system's organization can be useful during software evolution. Such a diagram is often missing and must be extracted from the code. Alternatively, an existing diagram may be inconsistent with the code, and must be analyzed for conformance with the implementation. One important notion of conformance, the communication integrity principle, stipulates that each component in the implementation may only communicate directly with the components to which it is connected in the architecture.

This dissertation proposes a novel approach, SCHOLIA* to extract a hierarchical runtime architecture from an existing object-oriented system, and analyze communication integrity with a target architecture, entirely statically and using typecheckable ownership annotations.

Previous approaches to enforcing communication integrity have significant drawbacks: they either require radical language extensions that incorporate architectural constructs at the expense of severe implementation restrictions, mandate specialized architectural middleware, or use dynamic analyses that cannot check all possible executions.

The key contribution is a static points-to analysis to extract, from an annotated program, a global object graph that provides architectural abstraction by ownership hierarchy and by types, where architecturally significant objects appear near the top of the hierarchy and data structures are further down. Moreover, an extracted object graph is sound in two respects. First, each runtime object has exactly one representative in the object graph. Second, the object graph has edges that correspond to all possible runtime points-to relations between those objects.

Another analysis abstracts an object graph into a built runtime architecture. Then, a third analysis compares structurally the built architecture to a target, and analyzes communication integrity in the target architecture, without propagating lowlevel implementation objects into the target architecture. An evaluation on several real object-oriented systems showed that, in practice, SCHOLIA can be applied to an existing system while changing only annotations in the code, and that SCHOLIA can identify interesting structural differences between an existing implementation and its target architecture.

*SCHOLIA stands for static conformance checking of object-based structural views of architecture. Scholia are annotations which are inserted on the margin of an ancient manuscript.

380 pages


Return to: SCS Technical Report Collection
School of Computer Science homepage

This page maintained by reports@cs.cmu.edu