An Approach to Safely Evolve Program Families in C
The C preprocessor is widely used to handle variability and solve portability issues in program families. In this context, developers normally use tools like GCC and Clang. However, these tools are not variability-aware, i.e., they preprocess the code and consider each family member individually. As a result, even well-known and widely used families, such as Linux and Apache, contain bad smells and bugs related to variability. To minimize this problem, we propose an approach to safely evolve C program families. We develop a strategy to detect bugs related to variability and define refactorings to remove bad smells in preprocessor directives. Our supporting tool, Colligens, implements our strategy to detect bugs and applies our refactorings automatically. By using our approach in 40 open-source C program families, we detect 121 bugs related to variability, and developers accepted 78% of the patches we submit. Also, we remove 477 bad smells in 12 C program families without clone code as in previous studies.
Mon 20 OctDisplayed time zone: Tijuana, Baja California change
10:30 - 12:00 | |||
10:30 45mTalk | An Approach to Safely Evolve Program Families in C Doctoral Symposium Flavio Medeiros Federal University of Campina Grande | ||
11:15 45mTalk | Diagnosing Degenerate Forms in Software Doctoral Symposium |