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
Above lines in AbstractFixer causes successful patches to not save to output. Continues out of the loop without hitting postPatchAttemptCleanup() here:
TBar/src/main/java/edu/lu/uni/serval/tbar/fixers/AbstractFixer.java
Lines 284 to 287 in 591851d
Above lines in AbstractFixer causes successful patches to not save to output. Continues out of the loop without hitting
postPatchAttemptCleanup()
here:TBar/src/main/java/edu/lu/uni/serval/tbar/fixers/AbstractFixer.java
Line 357 in 591851d
@clegoues should I add a
postPatchAttemptCleanup()
call in this lineTBar/src/main/java/edu/lu/uni/serval/tbar/fixers/AbstractFixer.java
Line 287 in 591851d
The text was updated successfully, but these errors were encountered: