Abstract
Examining software ecosystems can provide the research community with data regarding artifacts, processes, and communities. We present a dataset obtained from the Maven central repository ecosystem (approximately 265gb of data) by statically analyzing the repository to detect potential software bugs. For our analysis we used FindBugs, a tool that examines Java bytecode to detect numerous types of bugs. The dataset contains the metrics results that FindBugs reports for every project version (a jar) included in the ecosystem. For every version we also stored specific metadata such as the jar's size, its dependencies and others. Our dataset can be used to produce interesting research results, as we show in specific examples.
Original language | English |
---|---|
Title of host publication | 11th Working Conference on Mining Software Repositories, MSR 2014 - Proceedings |
Place of Publication | New York |
Publisher | ACM |
Pages | 372-375 |
Number of pages | 4 |
ISBN (Electronic) | 9781450328630 |
DOIs | |
Publication status | Published - 2014 |
Event | 11th International Working Conference on Mining Software Repositories, MSR 2014 - Hyderabad, India Duration: 31 May 2014 → 1 Jun 2014 |
Conference
Conference | 11th International Working Conference on Mining Software Repositories, MSR 2014 |
---|---|
Country/Territory | India |
City | Hyderabad |
Period | 31/05/14 → 1/06/14 |
Keywords
- FindBugs
- Maven repository
- Software bugs