Modify the condition of break while statement.
This commit is contained in:
@@ -340,7 +340,7 @@ public class SingleStatementParser {
|
|||||||
contextLines ++;
|
contextLines ++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (bugStartLine + bugLineIndex >= endLineNum && fixStartLine + fixLineIndex >= endLineNum2) {
|
if (bugStartLine + bugLineIndex > endLineNum && fixStartLine + fixLineIndex > endLineNum2) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user