Matias Martinez

Results 67 issues of Matias Martinez

The similarity metric used by the Greedy, Hybrid and Simple could be passed as parameter.

Does Repairnator follow a code style? Would be necessary to automatically check the style before merging?

How should Repairnator behave when it finds two or more patches that fix a bug and it cannot determine which of them is better? (e.g., the ranking of those patches...

feature

To compared the generated patches with those created by the developers, it could be useful to collect the commits that follow the commits that produce the build failure on Travis....

The CI is failing because maven uses TestNG instead of jUnit [(log here).](TestNG) Consequently, instead of calling one test per job it calls all tests from the test cases which...

The patches that add code are not well formatted (e.g., code is not well aligned).

In the Github CI we cannot repair (using Neither Gzoltar nor Flacoco): * Math 71 * Math-78 It was repaired before: https://github.com/SpoonLabs/flacoco/issues/103#issuecomment-933036892 *

The buggy location is included in both suspicious lists: https://github.com/martinezmatias/astor/runs/3851808331?check_suite_focus=true#step:8:1048

When running jGenProg with Flacoco mode, we have an error. With Gzoltar it does not appear cause the order of the suspicious is different and it finds a patch first....

The modified version of the patched file does not include comments, even it keeps the original line number of elements. (it leaves empty lines). Reported by @tdurieux.