e05437ca46c902ddac92ee8eda63abbb89544f85
Files Diff
- Added: 2
- Removed: 4
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public start(boot Bootstrapper, argv String[]) : int from class org.neo4j.server.CommunityBootstrapper to public start(boot Bootstrapper, argv String[]) : int from class org.neo4j.server.Bootstrapper | From | To | |
Move Method | 2 | ||
Move Method protected settingsClasses(settings HashMap<String,String>) : Iterable<Class<?>> from class org.neo4j.server.enterprise.EnterpriseServerConfigLoader to protected settingsClasses(settings HashMap<String,String>) : Iterable<Class<?>> from class org.neo4j.server.enterprise.EnterpriseBootstrapper | From | To | |
Move Method private isHAMode(settings HashMap<String,String>) : boolean from class org.neo4j.server.enterprise.EnterpriseServerConfigLoader to private isHAMode(settings HashMap<String,String>) : boolean from class org.neo4j.server.enterprise.EnterpriseBootstrapper | From | To | |
Rename Class | 2 | ||
Rename Class org.neo4j.server.configuration.BaseServerConfigLoaderTest renamed to org.neo4j.server.configuration.ConfigLoaderTest | From | To | |
Rename Class org.neo4j.server.configuration.BaseServerConfigLoader renamed to org.neo4j.server.configuration.ConfigLoader | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type configLoader : BaseServerConfigLoader to configLoader : ConfigLoader in class org.neo4j.server.configuration.ConfigLoaderTest | From | To | |
Extract Method | 1 | ||
Extract Method private setupLogging() : LogProvider extracted from public start(configFile File, configOverrides Pair<String,String>...) : int in class org.neo4j.server.Bootstrapper | From | To |