SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
207 stars 106 forks source link

Why Lib in repo #311

Closed Certseeds closed 3 years ago

Certseeds commented 3 years ago

I found the repo size is bigger than 200mb, why do you place a big lib folder in repo?

martinezmatias commented 3 years ago

Hi @Certseeds

I found the repo size is bigger than 200mb, why do you place a big lib folder in repo?

Most of the libs that are included in that folder are libraries used by the buggy applications under testing. Thus, they are not added in the classpath of Astor. (For this reason, those libs are not added in the maven pom).

Regards Matias