SpoonLabs / coming

A tool for mining commits from Git repositories and diffs to automatically extract code change pattern instances and features with ast analysis
https://hal.inria.fr/hal-00861883/file/paper-short.pdf
MIT License
92 stars 33 forks source link

add the ADD features in coming #228

Closed monperrus closed 6 months ago

monperrus commented 4 years ago

add the ADD features in coming by adding ADD (https://github.com/lascam-UFU/automatic-diff-dissection/) as dependency

have all repair patterns as Coming features

see https://github.com/lascam-UFU/automatic-diff-dissection/blob/master/src/main/java/add/entities/RepairPatterns.java

monperrus commented 4 years ago

@tdurieux will release a snapshot of ADD in his own Maven repo.

tdurieux commented 4 years ago

ADD is deployed to https://github.com/tdurieux/maven-repository

tdurieux commented 4 years ago

see #229

monperrus commented 6 months ago

closed by #229