Add a BreakStatement.
This commit is contained in:
@@ -339,6 +339,10 @@ public class SingleStatementParser {
|
|||||||
} else {
|
} else {
|
||||||
contextLines ++;
|
contextLines ++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (bugStartLine + bugLineIndex >= endLineNum && fixStartLine + fixLineIndex >= endLineNum2) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user