-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable scope in comment diff when there is control flow restructuring
- Loading branch information
Showing
10 changed files
with
6,647 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
src/test/resources/mappings/jgit-5d8a9f6f3f43ac43c6b1c48cdfad55e545171ea3-comments.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
private searchForDeltas(monitor ProgressMonitor, list ObjectToPack[], cnt int) : void -> private parallelDeltaSearch(monitor ProgressMonitor, list ObjectToPack[], cnt int, threads int) : void | ||
line range:1353-1353==line range:1375-1375 | ||
line range:1354-1354==line range:1376-1376 | ||
line range:1371-1371==line range:1393-1393 | ||
line range:1372-1372==line range:1394-1394 | ||
line range:1373-1373==line range:1395-1395 | ||
line range:1388-1388==line range:1410-1410 | ||
line range:1389-1389==line range:1411-1411 | ||
line range:1390-1390==line range:1412-1412 | ||
line range:1396-1396==line range:1418-1418 | ||
line range:1397-1397==line range:1419-1419 | ||
line range:1398-1398==line range:1420-1420 | ||
line range:1350-1350==line range:1372-1372 | ||
private searchForDeltas(monitor ProgressMonitor, list ObjectToPack[], cnt int) : void -> private searchForDeltas(monitor ProgressMonitor, list ObjectToPack[], cnt int) : void |
Oops, something went wrong.