Astor: there are actually multiple modes, add support for JMutRepair
See original GitHub issueAstor is a repair framework with multiple techniques.
It means that:
-  
AstorRepairshould be calledAstor<Mode>Repair, egAstorJGenProgRepair(we also need to change the prefix in the email) -  add 
AstorJMutRepairRepairfor jMutrepair. -  add 
AstorJKaliRepairfor jKali. 
Issue Analytics
- State:
 - Created 5 years ago
 - Comments:7 (7 by maintainers)
 
Top Results From Across the Web
ASTOR: A Program Repair Library for Java - GitHub
Astor is an automatic software repair framework in Java for Java, ... Repair Search Space with Automatically Mined Templates: the Cardumen Mode of...
Read more >ASTOR: a program repair library for Java (demo)
We envision that the research community will use Astor for setting up comparative evaluations and explore the design space of automatic repair ...
Read more >ASTOR: A Program Repair Library for Java
Astor is a meta-repair tool, it proposes several “modes”, where each mode corresponds to different repair al- gorithms. In this section, we ...
Read more >Astor: Exploring the Design Space of Generate-and-Validate ...
Algorithm 1 displays the high-level steps executed, in sequence, by a generate-and-validate repair approach built in Astor. They are: 1) ...
Read more >Ultra-Large Repair Search Space with Automatically Mined ...
In this paper, we present the Cardumen mode of Astor, a repair approach based ... template-based repair systems are actually least efficient as...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

For jKali those tests: https://github.com/SpoonLabs/astor/blob/master/src/test/java/fr/inria/astor/test/repair/approaches/jKaliTest.java#L32
Hi @surli You can find a test case here: https://github.com/SpoonLabs/astor/blob/master/src/test/java/fr/inria/astor/test/repair/approaches/MutRepairTest.java#L27