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
205 stars 107 forks source link

Issues when testing DeepRepair #363

Open SNielebock opened 1 year ago

SNielebock commented 1 year ago

Hello, I was trying to run DeepRepair, however, I ran into some basic issues: I cannot download the pre-trained embedding from the Defects4J dataset for similarity computation, since the URL linking to this data leads to a 404-HTTP-error (i.e., on the ReadMe page this link). I tried to generate this data using AutoenCODE. However, I failed since AutoenCODE does not generate exactly the files required to run DeepRepair (e.g., no <granularity>.key or <granularity>.map file).

Is it possible to solve this issue by either a) providing the pre-trained data (i.e., fixing the 404-error) or b) providing a description, how to generate the required files using AutoenCODE?

Best regards, Sebastian