A Longitudinal Analysis of Bloated Java Dependencies
收藏NIAID Data Ecosystem2026-03-12 收录
下载链接:
https://zenodo.org/record/4835785
下载链接
链接失效反馈官方服务:
资源简介:
A Longitudinal Analysis of Bloated Java Dependencies
This repository contains the data and script for the paper "A Longitudinal Analysis of Bloated Java Dependencies"
Repository Structure
- dataset
- projects.csv # list of 500 projects used in the paper
- commits.csv # list of commits that are analyzed
- project_dependabot.json # dependabot commits for each project
- project_releases.json # commits associated to a release for each project
- dependency_usage_tree
-
-
- depclean.json # the dependency usage tree extracted by Deplean
- compile.log.zip # Maven compilation log
- depClean.log.zip # Deplean log
- script
- create_dataset.js # ceate projects.csv and commits.csv based on project_releases.json and project_dependabot.json
- read_dependency_usage_tree.js # extract the information from dependency_usage_tree and generate a csv file
- analysis.py # read dependency_usage_tree.csv and generate the macro and table for the paper
创建时间:
2021-05-30



