a998ae44e405906fcf6f5f149d26c5840f5a9b64
Files Diff
- Added: 11
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type fs : EphemeralFileSystemAbstraction to fs : FileSystemAbstraction in method public makeSomeTestOutput() : void in class org.neo4j.test.LinearHistoryPageCacheTracerTest | From | To | |
Extract Method | 4 | ||
Extract Method protected createFileSystemAbstraction() : FileSystemAbstraction extracted from public setUp() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Extract Method protected file(pathname String) : File extracted from public evictionMustFlushPagesToTheRightFiles() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Extract Method protected file(pathname String) : File extracted from private existingFile(name String) : File in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Extract Method private filesAreCorrectlyWrittenVerification(recordFormat RecordFormat, filePageCount int) : Phase extracted from public concurrentFlushingMustNotPutInterleavedDataIntoFile() : void in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type fs : EphemeralFileSystemAbstraction to fs : FileSystemAbstraction in class org.neo4j.io.pagecache.PageCacheTest | From | To | |
Change Attribute Type fs : EphemeralFileSystemAbstraction to fs : FileSystemAbstraction in class org.neo4j.io.pagecache.randomharness.RandomPageCacheTestHarness | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public wrap(channel StoreChannel, adversary Adversary) : StoreChannel extracted from public open(fileName File, mode String) : StoreChannel in class org.neo4j.adversaries.fs.AdversarialFileSystemAbstraction & moved to class org.neo4j.adversaries.fs.AdversarialFileChannel | From | To | |
Extract And Move Method public wrap(channel StoreChannel, adversary Adversary) : StoreChannel extracted from public create(fileName File) : StoreChannel in class org.neo4j.adversaries.fs.AdversarialFileSystemAbstraction & moved to class org.neo4j.adversaries.fs.AdversarialFileChannel | From | To | |
Rename Parameter | 1 | ||
Rename Parameter name : String to pathname : String in method protected file(pathname String) : File in class org.neo4j.io.pagecache.PageCacheTest | From | To |