ASSERT-KTH / ASSERT-KTH/flacoco
Automatize classpath construction
- Dominant language
- Java
- Stars
- 38
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Currently both `jacoco` and `junit` classpaths are manually build.
We should automatize them, possibly by retrieving their jar/class files like `test-runner` does in https://github.com/STAMP-project/test-runner/blob/73b7dd02fb1a019c3e209779c23024179804e81a/src/main/java/eu/stamp_project/testrunner/EntryPoint.java#L748-L754
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that manually builds the jacoco and junit classpaths, then compare its approach with the referenced test-runner EntryPoint.java lines 748-754. Done means both classpaths are constructed automatically by retrieving the required jar or class files instead of maintaining them manually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100