Markus

Results 4 issues of Markus

Fixes #38. Simply reverse the pair order before adding them to `bugIntroducers`. Also pass `pair[1]` to `isPartialFix` as `pair[1]` corresponds to the bug-fixing commit. A more involved alternative would be...

It seems to me that in the following code snippet https://github.com/wogscpar/SZZUnleashed/blob/79f369fe2ccd2ae8c12d4e38edf71e7d988a8c68/szz/src/main/java/heuristics/SimpleBugIntroducerFinder.java#L180-L207 `pair[0]` is a bug-introducing commit, and `pair[1]` is a bug-fixing commit as defined in the issue list. However, in...

Hello, I am not too familiar with the code base, but I updated the subtaping functionality to work for my own project. Maybe you find these fixes useful. - Added...