0236e9c3ece84e6ab4741a93dc72bbb1d53a86f8
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 8 | ||
Move Method public main(args String[]) : void from class org.neo4j.server.CommunityBootstrapper to public main(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Method public stop(args String[]) : void from class org.neo4j.server.enterprise.EnterpriseBootstrapper to public stop(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Method public main(args String[]) : void from class org.neo4j.server.enterprise.ArbiterBootstrapper to public main(args String[]) : void from class org.neo4j.server.enterprise.ArbiterEntryPoint | From | To | |
Move Method public main(args String[]) : void from class org.neo4j.server.enterprise.EnterpriseBootstrapper to public main(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Method public start(args String[]) : void from class org.neo4j.server.enterprise.EnterpriseBootstrapper to public start(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Method public start(args String[]) : void from class org.neo4j.server.CommunityBootstrapper to public start(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Method package getConfigFile() : File from class org.neo4j.server.enterprise.ArbiterBootstrapper to package getConfigFile() : File from class org.neo4j.server.enterprise.ArbiterEntryPoint | From | To | |
Move Method public stop(args String[]) : void from class org.neo4j.server.CommunityBootstrapper to public stop(args String[]) : void from class org.neo4j.server.CommunityEntryPoint | From | To | |
Change Return Type | 3 | ||
Change Return Type BaseBootstrapper to ServerBootstrapper in method protected newBootstrapper() : ServerBootstrapper in class org.neo4j.server.CommunityBootstrapperTest | From | To | |
Change Return Type BaseBootstrapper to ServerBootstrapper in method protected abstract newBootstrapper() : ServerBootstrapper in class org.neo4j.server.BaseBootstrapperTest | From | To | |
Change Return Type BaseBootstrapper to ServerBootstrapper in method protected newBootstrapper() : ServerBootstrapper in class org.neo4j.server.enterprise.EnterpriseBootstrapperTest | From | To | |
Move Attribute | 2 | ||
Move Attribute private bootstrapper : BlockingBootstrapper from class org.neo4j.server.CommunityBootstrapper to private bootstrapper : BlockingBootstrapper from class org.neo4j.server.CommunityEntryPoint | From | To | |
Move Attribute private bootstrapper : BlockingBootstrapper from class org.neo4j.server.enterprise.EnterpriseBootstrapper to private bootstrapper : BlockingBootstrapper from class org.neo4j.server.CommunityEntryPoint | From | To | |
Extract Class | 3 | ||
Extract Class org.neo4j.server.CommunityEntryPoint from class org.neo4j.server.enterprise.EnterpriseBootstrapper | From | To | |
Extract Class org.neo4j.server.CommunityEntryPoint from class org.neo4j.server.CommunityBootstrapper | From | To | |
Extract Class org.neo4j.server.enterprise.ArbiterEntryPoint from class org.neo4j.server.enterprise.ArbiterBootstrapper | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.server.BaseBootstrapper renamed to org.neo4j.server.ServerBootstrapper | From | To | |
Change Variable Type | 1 | ||
Change Variable Type bootstrapper : BaseBootstrapper to bootstrapper : ServerBootstrapper in method public serverDatabaseShouldStartOnOlderStoreWhenUpgradeIsEnabled() : void in class org.neo4j.storeupgrade.StoreUpgradeIntegrationTest.StoreUpgradeTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bootstrapper : BaseBootstrapper to bootstrapper : ServerBootstrapper in class org.neo4j.server.BaseBootstrapperTest | From | To |