169d4b617e205ce551dc28f1b00a5483fbeb286a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable port : int to masterSocketAddress : InetSocketAddress in method package getMasterUri(me URI, masterServer MasterServer, config Config) : URI in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
Extract Variable | 1 | ||
Extract Variable serverSocketAddress : InetSocketAddress in method private createHaURI(me URI, server Server<?,?>) : URI from class org.neo4j.kernel.ha.cluster.SwitchToSlave | From | To | |
Change Variable Type | 1 | ||
Change Variable Type port : int to masterSocketAddress : InetSocketAddress in method package getMasterUri(me URI, masterServer MasterServer, config Config) : URI in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
Extract Method | 2 | ||
Extract Method private testWithAddress(inetAddress InetAddress) : void extracted from public testClusterWithLinkLocalAddress() : void in class org.neo4j.kernel.ha.HaIPv6ConfigurationTest | From | To | |
Extract Method private isWildcard(hostname String) : boolean extracted from package getMasterUri(me URI, masterServer MasterServer, config Config) : URI in class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private isWildcard(hostname String) : boolean extracted from private createHaURI(me URI, server Server<?,?>) : URI in class org.neo4j.kernel.ha.cluster.SwitchToSlave & moved to class org.neo4j.kernel.ha.cluster.SwitchToMaster | From | To |