Kaka727

Results 10 issues of Kaka727

Hi, recently I run Astor on Math bugs. When executing Cardumen, I met this problem: ![image](https://user-images.githubusercontent.com/33283686/62094565-29653e80-b2b0-11e9-9de4-dee76e1d9c3b.png) While when executing other tools such as jKali and jGenProg, there was no problem....

Astor finds modification points after getting the fault localization results. For jGenProg, any statement is suitable for being a modification point (cf. the Astor paper). However, why the following error...

Usually we use the command **docker run -t -i --name apr apr/aprtools** to create a docker container. However, after downloading the repairthemall image, it goes wrong when executing this line....

Hi @tdurieux I modified the source code of Arja according to your pull request and now I can run it. Thanks! I find another strange question. I can get the...

I have modified the .jar file of ARJA and added two parameters for transferring to it: Dbenchmark and Dbugid. The code in /script/core/repair_tools/ARJA.py is like this: ![image](https://user-images.githubusercontent.com/33283686/60724540-4fc1e380-9f69-11e9-9899-31c560e25e06.png) However, in the...

Hi, I executed "./repair.py jKali --benchmark Bears" and it finished. As expected, in the result/Bears folder, it should contain 71 folders. However, it only contains 43 folders. That is to...

Hi dear author, I recently find that under many bugs, the Number of positive tests considered is 0 like the following log: ![image](https://user-images.githubusercontent.com/33283686/60762959-e511c480-a09c-11e9-9594-216b31673a07.png) I'd like to know why it happens....

Hi, After changing the code, I executed arja on Chart-1 but there is an error: ![image](https://user-images.githubusercontent.com/33283686/60066988-74cd7f80-973b-11e9-8d66-19edfd4c88ab.png) Actually, now, the _faulyLines_ only contains one object: classname( org.jfree.chart.renderer.category.AbstractCategoryItemRenderer), linenumber(1797). Is the format...

Hi @yyxhdy I read the code and find that Arja and GenProg can record the compilation process results in their problem.java files. However, RSRepair can also record these even if...

Hi @yyxhdy I am trying to modify the source code of this tool to do some experiments. But I find it cannot be imported as Existing projects in Eclipse since...