Correct the wrong end line number.

This commit is contained in:
Kui LIU
2017-09-14 16:38:57 +02:00
parent 163bf40577
commit a9305fcba1
@@ -441,7 +441,7 @@ public class HunkActionFilter {
selectedViolations.add(violation);
} else {
log.warn("#Null-GumTree-Result: " + revFile.getName().replace("#", "/") + " : " +violation.getStartLineNum() + " : " +
violation.getBugEndLineNum() + " : " + violation.getAlarmType());
violation.getEndLineNum() + " : " + violation.getAlarmType());
}
}
return selectedViolations;