You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pair[0] is a bug-introducing commit, and pair[1] is a bug-fixing commit as defined in the issue list.
However, in line 193 (as well as in line 224), I think the order of the pair should be (bug-fixing commit, bug-introducing commit), so (pair[1], pair[0]).
Is this correct or am I missing something?
The text was updated successfully, but these errors were encountered:
It seems to me that in the following code snippet
SZZUnleashed/szz/src/main/java/heuristics/SimpleBugIntroducerFinder.java
Lines 180 to 207 in 79f369f
pair[0]
is a bug-introducing commit, andpair[1]
is a bug-fixing commit as defined in the issue list.However, in line 193 (as well as in line 224), I think the order of the pair should be
(bug-fixing commit, bug-introducing commit)
, so(pair[1], pair[0])
.Is this correct or am I missing something?
The text was updated successfully, but these errors were encountered: