Artículos de revistas
Embracing the C preprocessor during refactoring
Fecha
2013-06Registro en:
Garrido, Alejandra; Johnson, Ralph; Embracing the C preprocessor during refactoring
; Wiley; Journal of Software: Evolution and Process; 25; 12; 6-2013; 1285-1304
2047-7481
CONICET Digital
CONICET
Autor
Garrido, Alejandra
Johnson, Ralph
Resumen
C preprocessor directives are heavily used in C programs because they provide useful and even necessary additions to the C language. However, they are usually executed and discarded before any analysis is applied on C programs. In refactoring, preprocessor directives must be preserved through the whole process of parsing, analysis and transformation to retain editable yet correct source code. We propose a new preprocessing approach and special program representations that allow a program to be analyzed and transformed without losing its preprocessor directives, but treating them as first-class program entities. These representations are essential for a correct refactoring tool. We also describe the challenges that preprocessor directives bring to refactoring and how the program representations that we propose solve those challenges. Finally, we give details of two refactorings and present some case studies with our successfully applied solution.