UNI-MB - logo
UMNIK - logo
 
E-viri
Celotno besedilo
Recenzirano
  • API compatibility issues in...
    Scalabrino, Simone; Bavota, Gabriele; Linares-Vásquez, Mario; Piantadosi, Valentina; Lanza, Michele; Oliveto, Rocco

    Empirical software engineering : an international journal, 11/2020, Letnik: 25, Številka: 6
    Journal Article

    Android fragmentation is a well-known issue referring to the adoption of different versions in the multitude of devices supporting such an operating system. Each Android version features a set of APIs provided to developers. These APIs are subject to changes and may cause compatibility issues. To support app developers, approaches have been proposed to automatically identify API compatibility issues. CiD , the state-of-the-art approach, is a data-driven solution learning how to detect those issues by analyzing the change history of Android APIs (“ API side ” learning). In this paper (extension of our MSR 2019 paper), we present an alternative data-driven approach, named ACRyL . ACRyL learns from changes implemented in apps in response to API changes (“ client side ” learning). When comparing these two solutions on 668 apps, for a total of 11,863 snapshots, we found that there is no clear winner, since the two techniques are highly complementary, and none of them provides a comprehensive support in detecting API compatibility issues: ACRyL achieves a precision of 7.0% (28.0%, when considering only the severe warnings), while CiD achieves a precision of 18.4%. This calls for more research in this field, and led us to run a second empirical study in which we manually analyze 500 pull-requests likely related to the fixing of compatibility issues, documenting the root cause behind the fixed issue. The most common causes are related to changes in the Android APIs ( ∼ 87%), while about 13% of the issues are related to external causes, such as build and distribution, dependencies, and the app itself. The provided empirical knowledge can inform the building of better tools for the detection of API compatibility issues.