Add a BreakStatement.

This commit is contained in:
Kui LIU
2017-07-31 12:18:08 +02:00
parent 43e0c33574
commit a2d26e78d3
@@ -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();