ICSME 2023
Sun 1 - Fri 6 October 2023 Bogotá, Colombia

ICSME 2023 Awards

Most Influential Paper Award (among papers published at ICSME 2013)

We are thrilled to announce that the ICSME 2023 MIP Award goes to

An Empirical Study of API Stability and Adoption in the Android Ecosystem by Tyler McDonnell, Baishakhi Ray, and Miryung Kim

Abstract: When APIs evolve, clients make corresponding changes to their applications to utilize new or updated APIs. Despite the benefits of new or updated APIs, developers are often slow to adopt the new APIs. As a first step toward understanding the impact of API evolution on software ecosystems, we conduct an in-depth case study of the co-evolution behavior of Android API and dependent applications using the version history data found in github. Our study confirms that Android is evolving fast at a rate of 115 API updates per month on average. Client adoption, however, is not catching up with the pace of API evolution. About 28% of API references in client applications are outdated with a median lagging time of 16 months. 22% of outdated API usages eventually upgrade to use newer API versions, but the propagation time is about 14 months, much slower than the average API release interval (3 months). Fast evolving APIs are used more by clients than slow evolving APIs but the average time taken to adopt new versions is longer for fast evolving APIs. Further, API usage adaptation code is more defect prone than the one without API usage adaptation. This may indicate that developers avoid API instability.