@article {sosym2015, title = {The Shape of Feature Code: An Analysis of Twenty C-Preprocessor-Based Systems}, journal = {Journal on Software and Systems Modeling}, year = {2015}, month = {07/2015}, pages = {1{\textendash}29}, publisher = {Springer}, abstract = {Feature annotations (e.g., code fragments guarded by $\#$ifdef C-preprocessor directives) control code extensions related to features. Feature annotations have long been said to be undesirable. When maintaining features that control many annotations, there is a high risk of ripple effects. Also, excessive use of feature annotations leads to code clutter, hinder program comprehension and harden maintenance. To prevent such problems, developers should monitor the use of feature annotations, for example, by setting acceptable thresholds. Interestingly, little is known about how to extract thresholds in practice, and which values are representative for feature-related metrics. To address this issue, we analyze the statistical distribution of three feature-related metrics collected from a corpus of 20 well-known and long-lived C-preprocessor-based systems from different domains. We consider three metrics: scattering degree of feature constants, tangling degree of feature expressions, and nesting depth of preprocessor annotations. Our findings show that feature scattering is highly skewed; in 14 systems (70 \%), the scattering distributions match a power law, making averages and standard deviations unreliable limits. Regarding tangling and nesting, the values tend to follow a uniform distribution; although outliers exist, they have little impact on the mean, suggesting that central statistics measures are reliable thresholds for tangling and nesting. Following our findings, we then propose thresholds from our benchmark data, as a basis for further investigations.}, url = {http://link.springer.com/article/10.1007/s10270-015-0483-z}, author = {Rodrigo Queiroz and Passos, Leonardo and Valente, Marco Tulio and Hunsen, Claus and Apel, Sven and Krzysztof Czarnecki} }