1222f345063bf989f35920b5e06091d9ea3b6ab0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package getOrLoadBlock(pos long, ctx DfsReader) : DfsBlock from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package getOrLoadBlock(pos long, ctx DfsReader) : DfsBlock from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type pack : DfsPackFile to file : BlockBasedFile in method package copy(file BlockBasedFile, position long, dstbuf byte[], dstoff int, cnt int) : int in class org.eclipse.jgit.internal.storage.dfs.DfsReader | From | To | |
Change Parameter Type pack : DfsPackFile to file : BlockBasedFile in method package pin(file BlockBasedFile, position long) : void in class org.eclipse.jgit.internal.storage.dfs.DfsReader | From | To | |
Rename Parameter | 2 | ||
Rename Parameter pack : DfsPackFile to file : BlockBasedFile in method package copy(file BlockBasedFile, position long, dstbuf byte[], dstoff int, cnt int) : int in class org.eclipse.jgit.internal.storage.dfs.DfsReader | From | To | |
Rename Parameter pack : DfsPackFile to file : BlockBasedFile in method package pin(file BlockBasedFile, position long) : void in class org.eclipse.jgit.internal.storage.dfs.DfsReader | From | To |