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
206 stars 106 forks source link

Add anti-pattern in EvolutionarySearchEngine #246

Closed WuYff closed 4 years ago

WuYff commented 4 years ago
martinezmatias commented 4 years ago

Dear @WuYff

Thanks a lot for this PR, that is amazing! It would be great if we can have a test case for each anti-pattern you have encoded. What do you think? Thanks! Matias

(BTW, our CI Travis was failing before your PR, I'll fix it asap)

WuYff commented 4 years ago

Dear @martinezmatias, Thanks for your quick feedback! Sure, it's necessary to have test cases. I will add them soon :)

martinezmatias commented 4 years ago

Thanks @WuYff I inspected the code you have pushed and it's perfect! Thanks a lot.

WuYff commented 4 years ago

Dear @martinezmatias Thanks for your review! I have added the test cases. Please let me know if you have any suggestions.