a86ad8e4059b833fbfc37b10f46fbcce0e4d6b3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public ArbiterBootstrapper(config Config) renamed to public start(configFile File, configOverrides Pair<String,String>...) : int in class org.neo4j.server.enterprise.ArbiterBootstrapper | From | To | |
| Rename Method public usesPortRangeFromConfigFile() : void renamed to public usesPortRange() : void in class org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable client : ArbiterBootstrapper to arbiter : ArbiterBootstrapper in method public main(args String[]) : void in class org.neo4j.server.enterprise.ArbiterBootstrapperTestProxy | From | To | |
| Inline Method | 1 | ||
| Inline Method private start(config Config) : void inlined to public start(configFile File, configOverrides Pair<String,String>...) : int in class org.neo4j.server.enterprise.ArbiterBootstrapper | From | To | |
| Extract Method | 1 | ||
| Extract Method public stop() : int extracted from public close() : void in class org.neo4j.server.enterprise.ArbiterBootstrapper | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter configInConfigFile : Map<String,String> to config : Map<String,String> in method private startAndAssertJoined(expectedAssignedPort Integer, config Map<String,String>) : void in class org.neo4j.server.enterprise.ArbiterBootstrapperIT | From | To |