f4843558f2efd470a1b53a724e0073454f67eafd
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private startStandaloneClusterClientProcess(configFile File, config Map<String,String>) : Process renamed to private startArbiterProcess(configFile File, config Map<String,String>) : Process in class org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To | |
Rename Method private startStandaloneClusterClient(configFile File, config Map<String,String>, latch CountDownLatch) : boolean renamed to private startArbiter(configFile File, config Map<String,String>, latch CountDownLatch) : boolean in class org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To | |
Rename Variable | 1 | ||
Rename Variable clientStarted : boolean to arbiterStarted : boolean in method private startAndAssertJoined(expectedAssignedPort Integer, configInConfigFile Map<String,String>, config Map<String,String>) : void in class org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To | |
Rename Class | 3 | ||
Rename Class org.neo4j.server.enterprise.StandaloneClusterClientIT renamed to org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To | |
Rename Class org.neo4j.server.enterprise.StandaloneClusterClient renamed to org.neo4j.server.enterprise.ArbiterBootstrapper | From | To | |
Rename Class org.neo4j.server.enterprise.StandaloneClusterClientTestProxy renamed to org.neo4j.server.enterprise.ArbiterBootstrapperTestProxy | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : StandaloneClusterClient to client : ArbiterBootstrapper in method public main(args String[]) : void in class org.neo4j.server.enterprise.ArbiterBootstrapperTestProxy | From | To |