|
Pull Up Method private blockSize(rc ReadableChannel) : int from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package blockSize(rc ReadableChannel) : int from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method private elapsedMicros(start long) : long from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package elapsedMicros(start long) : long from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method private read(rc ReadableChannel, buf ByteBuffer) : int from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package read(rc ReadableChannel, buf ByteBuffer) : int from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method package alignToBlock(pos long) : long from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package alignToBlock(pos long) : long from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method package readOneBlock(pos long, ctx DfsReader, packChannel ReadableChannel) : DfsBlock from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package readOneBlock(pos long, ctx DfsReader, fileChannel ReadableChannel) : DfsBlock from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method package setBlockSize(newSize int) : void from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package setBlockSize(newSize int) : void from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method package setInvalid() : void from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package setInvalid() : void from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Method package invalid() : boolean from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package invalid() : boolean from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute package length : long from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package length : long from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute private blockSize : int from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package blockSize : int from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute package key : DfsStreamKey from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package key : DfsStreamKey from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute private cache : DfsBlockCache from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package cache : DfsBlockCache from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute private packDesc : DfsPackDescription from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package packDesc : DfsPackDescription from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Pull Up Attribute private invalid : boolean from class org.eclipse.jgit.internal.storage.dfs.DfsPackFile to package invalid : boolean from class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Rename Parameter packChannel : ReadableChannel to fileChannel : ReadableChannel in method package getOrLoad(file BlockBasedFile, position long, ctx DfsReader, fileChannel ReadableChannel) : DfsBlock in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache |
From |
To |
|
Rename Parameter packChannel : ReadableChannel to fileChannel : ReadableChannel in method package readOneBlock(pos long, ctx DfsReader, fileChannel ReadableChannel) : DfsBlock in class org.eclipse.jgit.internal.storage.dfs.BlockBasedFile |
From |
To |
|
Rename Parameter pack : DfsPackFile to file : BlockBasedFile in method package getOrLoad(file BlockBasedFile, position long, ctx DfsReader, fileChannel ReadableChannel) : DfsBlock in class org.eclipse.jgit.internal.storage.dfs.DfsBlockCache |
From |
To |