SEApr 1, 2021

Assessing the Exposure of Software Changes: The DiPiDi Approach

arXiv:2104.00725v11 citations
Originality Synthesis-oriented
AI Analysis

This addresses a risk mitigation issue for software developers in change-based development, but it appears incremental as it builds on existing impact analysis tools.

The paper tackles the problem of understanding the exposure of source code changes in software with many build-time configurations, evaluating the DiPiDi prototype for its effectiveness and efficiency in helping developers assess change propagation.

Context: Changing a software application with many build-time configuration settings may introduce unexpected side-effects. For example, a change intended to be specific to a platform (e.g., Windows) or product configuration (e.g., community editions) might impact other platforms or configurations. Moreover, a change intended to apply to a set of platforms or configurations may be unintentionally limited to a subset. Indeed, understanding the exposure of source code changes is an important risk mitigation step in change-based development approaches. Objective: In this experiment, we seek to evaluate DiPiDi, a prototype implementation of our approach to assess the exposure of source code changes by statically analyzing build specifications. We focus our evaluation on the effectiveness and efficiency of developers when assessing the exposure of source code changes. Method: We will measure the effectiveness and efficiency of developers when performing five tasks in which they must identify the deliverable(s) and conditions under which a change will propagate. We will assign participants into three groups: without explicit tool support, supported by existing impact analysis tools, and supported by DiPiDi.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes