Correct the wrong end line number.
This commit is contained in:
@@ -441,7 +441,7 @@ public class HunkActionFilter {
|
|||||||
selectedViolations.add(violation);
|
selectedViolations.add(violation);
|
||||||
} else {
|
} else {
|
||||||
log.warn("#Null-GumTree-Result: " + revFile.getName().replace("#", "/") + " : " +violation.getStartLineNum() + " : " +
|
log.warn("#Null-GumTree-Result: " + revFile.getName().replace("#", "/") + " : " +violation.getStartLineNum() + " : " +
|
||||||
violation.getBugEndLineNum() + " : " + violation.getAlarmType());
|
violation.getEndLineNum() + " : " + violation.getAlarmType());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return selectedViolations;
|
return selectedViolations;
|
||||||
|
|||||||
Reference in New Issue
Block a user