316c20c9db852356325ad188d4a9d75db02fdf57
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 68
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public shutdown() : void renamed to public close() : void in class org.neo4j.test.rule.fs.EphemeralFileSystemRule | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public shutdown() : void from class org.neo4j.kernel.impl.core.JumpingFileSystemAbstraction to public close() : void from class org.neo4j.graphdb.mockfs.DelegatingFileSystemAbstraction | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fs : EphemeralFileSystemAbstraction to fs : FileSystemAbstraction in method private newDB(fs FileSystemAbstraction) : GraphDatabaseService in class org.neo4j.kernel.impl.recovery.KernelRecoveryTest | From | To | |
Move Method | 1 | ||
Move Method public cleanDatabaseContent(db GraphDatabaseService) : void from class org.neo4j.test.GraphDatabaseServiceCleaner to private cleanDatabaseContent(db GraphDatabaseService) : void from class org.neo4j.metatest.TestImpermanentGraphDatabase | From | To | |
Change Return Type | 1 | ||
Change Return Type LimitedFilesystemAbstraction to FileSystemAbstraction in method public getFileSystem() : FileSystemAbstraction in class org.neo4j.test.LimitedFileSystemGraphDatabase | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type thirdPartyFs : Map<Class<?>,Object> to thirdPartyFs : Map<Class<?>,ThirdPartyFileSystem> in class org.neo4j.io.fs.DelegateFileSystemAbstraction | From | To | |
Change Attribute Type fs : LimitedFilesystemAbstraction to fs : FileSystemAbstraction in class org.neo4j.test.LimitedFileSystemGraphDatabase | From | To |