Proceedings. Conference on Software Maintenance 1991
DOI: 10.1109/icsm.1991.160319
|View full text |Cite
|
Sign up to set email alerts
|

An integrated program representation and toolkit for the maintenance of C programs

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
8
0

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 19 publications
(8 citation statements)
references
References 16 publications
0
8
0
Order By: Relevance
“…One of the earliest papers on handling the C preprocessor in a software maintenance tools is due to Platoff et al [23]. Badros and Notkin [2] describe an infrastructure for handling the C preprocessor in static analysis tools, which invokes user-defined callbacks when "interesting" preprocessing events occur.…”
Section: Related Workmentioning
confidence: 99%
“…One of the earliest papers on handling the C preprocessor in a software maintenance tools is due to Platoff et al [23]. Badros and Notkin [2] describe an infrastructure for handling the C preprocessor in static analysis tools, which invokes user-defined callbacks when "interesting" preprocessing events occur.…”
Section: Related Workmentioning
confidence: 99%
“…First, Platoff et al sketched a similar parser as part of a general maintenance framework [50]. At #ifdef directives, they clone the parser state of an LALR parser and join when both parsers reach an identical state.…”
Section: Variability-aware Parsersmentioning
confidence: 99%
“…Since refactoring engines require structured input, usually in the form of an abstract syntax tree (AST), a common idea is to disallow arbitrary annotations of code [6], [47], and limit the developer to a subset of disciplined annotations [36]: Annotations on entire functions, type definitions, and statements. If developers use solely disciplined annotations, #ifdef-annotated source code can be parsed based on preprocessor-enriched grammars [6], [36], and an AST with variability information can be used for further pro- cessing.…”
Section: State Of the Artmentioning
confidence: 99%
“…To apply such a disciplined-subset approach, arbitrary, undisciplined annotations have to be transformed (manually) to disciplined annotations. Although researchers experienced that such manual labor is feasible and scales to medium-sized software systems [6], [47], a recent study showed that undisciplined annotations occur frequently in practice [36]. Consequently, manually disciplining annotations for such systems is a tedious and error-prone task that will hardly be adopted in practice.…”
Section: State Of the Artmentioning
confidence: 99%
See 1 more Smart Citation