Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 617 Bytes

code-fixer

Prototype for an Automatic Software Repair Tool for Java Programs based on Meta-Programs.

This is a grading exercise for the ECI 2015 course: http://www.monperrus.net/martin/eci2015

How to run it with gradle:

gradle clean compileJava spoonFiles compileTest fix

This exercise uses: https://github.com/INRIA/spoon

See:

Renaud Pawlak, Martin Monperrus, Nicolas Petitprez, Carlos Noguera, Lionel Seinturier. “Spoon v2: Large Scale Source Code Analysis and Transformation for Java”. Technical Report hal-01078532, Inria. 2014.

Other references