Abstract :
Static program analyzers (SPA) are interactive tools that enhance program understanding during maintenance by answering queries about programs. Depending on the maintenance task in hand, SPAs must process different source programs and answer different types of program queries. Flexibility is, therefore, a desirable property of SPAs. The author describes a program query language, called PQL, that facilitates the design of flexible SPAs. PQL is a conceptual level, source language-independent notation to specify program queries and program views. In PQL, one can query global program design as well as search for detail code patterns. PQL queries are answered automatically by a query evaluation mechanism built into an SPA. Program design models and POL form the core of an SPA conceptual model. He based the SPA´s architecture on this conceptual model. By separating the conceptual model from the implementation decisions, one can design SPAs that are customizable to the needs of the maintenance project at hand. Depending on criteria such as efficiency of query evaluation or simplicity of the SPA design, one can implement the same functional specifications of an SPA on a variety of program representations to meet the required criteria. Apart from its role in the design of SPAs, the conceptual model also allows one to rigorously study SPA functionality in the context of the underlying maintenance process and programmer behavior models, in isolation from tool implementation details
Keywords :
query languages; query processing; relational databases; reverse engineering; software maintenance; software tools; system monitoring; PQL; code pattern searching; conceptual level source language-independent notation; flexible static program analyzer design; functional specifications; interactive tools; maintenance; maintenance project; program query language; program understanding; program views; programmer behavior models; query answering; query evaluation mechanism; query global program design; source programs; Computer Society; Context modeling; Cost function; Database languages; Information systems; Programming profession; Query processing; Reverse engineering; Software maintenance; User interfaces;