8364d2f21a89b3adda06d952d36c7b975536de5b
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public coreServerStoreDirectory(parentDir File, serverId int) : File renamed to public homeDir(serverId int) : File in class org.neo4j.coreedge.discovery.Cluster | From | To | |
Move Method | 2 | ||
Move Method private execute(function Runnable) : StringBuilder from class org.neo4j.restore.RestoreClusterCliTest to public execute(function Runnable) : StringBuilder from class org.neo4j.restore.RestoreClusterUtils | From | To | |
Move Method public configWith(config Config, databaseName String) : Config from class org.neo4j.restore.RestoreDatabaseCommand to public configWith(config Config, databaseName String) : Config from class org.neo4j.restore.RestoreDatabaseCommandTest | From | To | |
Rename Variable | 1 | ||
Rename Variable coreStoreDir : File to homeDir : File in method public makeSureCoreClusterCanBeRestoredFromABackup() : void in class org.neo4j.coreedge.backup.BackupCoreIT | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.coreedge.convert.ConvertClassicStoreCommand renamed to org.neo4j.coreedge.convert.ConvertClassicStoreToCoreCommand | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.restore.RestoreClusterCliTest.MyOutputStream moved to org.neo4j.restore.RestoreClusterUtils.MyOutputStream | From | To | |
Extract Variable | 2 | ||
Extract Variable configLoader : ConfigLoader in method private loadNeo4jConfig(homeDir File, configPath String, databaseName String) : Config from class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Extract Variable configLoader : ConfigLoader in method private loadNeo4jConfig(homeDir File, configPath String, databaseName String) : Config from class org.neo4j.restore.RestoreExistingClusterCli | From | To | |
Change Variable Type | 2 | ||
Change Variable Type convert : ConvertClassicStoreCommand to convert : ConvertClassicStoreToCoreCommand in method private convertStore(config Config, seed String) : void in class org.neo4j.restore.RestoreNewClusterCli | From | To | |
Change Variable Type convert : ConvertClassicStoreCommand to convert : ConvertClassicStoreToCoreCommand in method private convertStore(config Config, seed String) : void in class org.neo4j.restore.RestoreExistingClusterCli | From | To |