https://github.com/chains-project/breaking-good-user-study
https://github.com/chains-project/breaking-good-user-study
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/chains-project/breaking-good-user-study
- Owner: chains-project
- License: mit
- Created: 2024-05-06T13:25:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T12:37:19.000Z (about 2 years ago)
- Last Synced: 2024-06-13T17:37:16.927Z (about 2 years ago)
- Language: Java
- Size: 3.29 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## User Study: Identification of breaking changes in clients
Welcome to the user study on analyzing breaking dependency updates in a Java project using Maven!
In this study, we will explore how to identify compilation failures using the resources provided in this repository.
### Study Objective
- Identify compilation failures in a Java project using logs generated by Maven.
- Understand the bugs provided in a Java project through detailed explanations.
## Available Resources
In this repository, you will find the following resources in each Case folder:
1. Java project
Folder that contains the Java project that has compilation failures.
2. Maven Logs `maven.log`:
- The `maven.log` file contains Maven-generated logs during the build process of the original project. Participants are required to identify and count the number of breakages based on this file.
3. Explanations `Explanation.md`:
- The `Explanation.md` file provides detailed explanations for each breaking update that was present in the project. Participants should use this explanation to identify each failure.