Abstract
Family-based (lifted) data-flow analysis for Software Product Lines (SPLs) is capable of analyzing all valid products (variants) without generating any of them explicitly. It takes as input only the common code base, which encodes all variants of a SPL, and produces analysis results corresponding to all variants. However, the computational cost of the lifted analysis still depends
inherently on the number of variants (which is exponential in the number of features, in the worst case). For a large number of features, the lifted analysis may be too costly or even infeasible.
In this paper, we introduce variability abstractions defined as Galois connections and use
abstract interpretation as a formal method for the calculational-based derivation of approximate (abstracted) lifted analyses of SPL programs, which are sound by construction. Moreover, given an abstraction we define a syntactic transformation that translates any SPL program into an abstracted version of it, such that the analysis of the abstracted SPL coincides with the corresponding abstracted analysis of the original SPL. We implement the transformation in a tool, that works on Object-Oriented Java program families, and evaluate the practicality of this approach on three Java SPL benchmarks.
inherently on the number of variants (which is exponential in the number of features, in the worst case). For a large number of features, the lifted analysis may be too costly or even infeasible.
In this paper, we introduce variability abstractions defined as Galois connections and use
abstract interpretation as a formal method for the calculational-based derivation of approximate (abstracted) lifted analyses of SPL programs, which are sound by construction. Moreover, given an abstraction we define a syntactic transformation that translates any SPL program into an abstracted version of it, such that the analysis of the abstracted SPL coincides with the corresponding abstracted analysis of the original SPL. We implement the transformation in a tool, that works on Object-Oriented Java program families, and evaluate the practicality of this approach on three Java SPL benchmarks.
Original language | English |
---|---|
Title of host publication | 29th European Conference on Object-Oriented Programming (ECOOP’15) : Leibniz International Proceedings in Informatics |
Editors | John Tang Boyland |
Number of pages | 23 |
Publisher | Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik GmbH |
Publication date | 2015 |
Pages | 247-270 |
ISBN (Print) | 978-3-939897-86-6 |
DOIs | |
Publication status | Published - 2015 |
Event | The European Conference on Object-Oriented Programming - Marriott, V Celnici 8 Prague 110 00 CZ, Prague, Czech Republic Duration: 5 Jul 2015 → 10 Jul 2015 Conference number: 29 http://2015.ecoop.org/ |
Conference
Conference | The European Conference on Object-Oriented Programming |
---|---|
Number | 29 |
Location | Marriott, V Celnici 8 Prague 110 00 CZ |
Country/Territory | Czech Republic |
City | Prague |
Period | 05/07/2015 → 10/07/2015 |
Internet address |
Series | Leibniz International Proceedings in Informatics (LIPIcs) |
---|---|
ISSN | 1868-8969 |
Keywords
- Software Product Lines
- Family-Based Program Analysis
- Abstract Interpretation