rjust / defects4j

A Database of Real Faults and an Experimental Infrastructure to Enable Controlled Experiments in Software Engineering Research
MIT License
684 stars 297 forks source link

Bug-mining test deletes Code git repo during clean up #564

Closed rjust closed 2 months ago

rjust commented 2 months ago

The bug-mining test reproduces bug mining for commons-codec, a project in D4J. While it creates a new project and creates all mined data outside of D4J, it deletes the commons-codec git repo under project_repos (as opposed to the temporary location) at the end.

A workaround is to extract the commons-coded repo from the downloaded archive under project_repos after running the test.

rjust commented 2 months ago

Fix for version 3.