5ca441acaa44b88888a90ce2259b4f381fd271f8
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 84
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shoulResetProtoclAndGiveErrorIfFilesThrowException() : void renamed to public shoulResetProtocolAndGiveErrorIfFilesThrowException() : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyRequestHandlerTest | From | To | |
Rename Variable | 4 | ||
Rename Variable readableByteChannel : ReadableByteChannel to storeChannel : StoreChannel in method public shouldNotAppendToFileWhenRetryingWithNewFile() : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT | From | To | |
Rename Variable ingore : List<File> to ignoredList : List<File> in method public isEmptyMustFindFilesBothOnFileSystemAndPageCache() : void in class org.neo4j.causalclustering.catchup.storecopy.StoreFilesTest | From | To | |
Rename Variable pageCache : PageCache to fileCopy : File in method protected channelRead0(ctx ChannelHandlerContext, msg GetStoreFileRequest) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT.shouldNotAppendToFileWhenRetryingWithNewFile.halfWayFailingServerhandler.getStoreFileRequestHandler | From | To | |
Rename Variable pageCacheFileName : String to copyFileName : String in method public shouldNotAppendToFileWhenRetryingWithNewFile() : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute fs : FileSystemAbstraction to fileSystem : FileSystemAbstraction in method private deleteStoreFiles(storeName String, storesToKeep Predicate<StoreType>) : void in class org.neo4j.unsafe.impl.batchimport.store.BatchingNeoStores | From | To | |
Change Variable Type | 2 | ||
Change Variable Type readableByteChannel : ReadableByteChannel to storeChannel : StoreChannel in method public shouldNotAppendToFileWhenRetryingWithNewFile() : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT | From | To | |
Change Variable Type pageCache : PageCache to fileCopy : File in method protected channelRead0(ctx ChannelHandlerContext, msg GetStoreFileRequest) : void in class org.neo4j.causalclustering.catchup.storecopy.StoreCopyClientIT.shouldNotAppendToFileWhenRetryingWithNewFile.halfWayFailingServerhandler.getStoreFileRequestHandler | From | To | |
Extract Variable | 2 | ||
Extract Variable fileSystem : DefaultFileSystemAbstraction in method public before() : void from class org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreIT | From | To | |
Extract Variable fs : DefaultFileSystemAbstraction in method private getLabelScanStore() : LabelScanStore from class org.neo4j.unsafe.batchinsert.internal.BatchInsertTest | From | To |