267fd428b1a01f05cb08783fe74f8ddffc009436
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private boltURI(scheme String, host String, port int) : URI from class org.neo4j.server.rest.discovery.DiscoverableURIs to public add(key String, scheme String, hostname String, port int, precedence int) : Builder from class org.neo4j.server.rest.discovery.DiscoverableURIs.Builder | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type host : String to baseUri : URI in method private uriInfo(baseUri URI) : UriInfo in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To | |
Inline Method | 1 | ||
Inline Method private testDiscoveryService(config Config) : DiscoveryService inlined to private testDiscoveryService() : DiscoveryService in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To | |
Change Return Type | 1 | ||
Change Return Type URI to Builder in method public add(key String, scheme String, hostname String, port int, precedence int) : Builder in class org.neo4j.server.rest.discovery.DiscoverableURIs.Builder | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute portRegister : ConnectorPortRegister to portRegistry : ConnectorPortRegister in method public setUp() : void in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable uri : URI to baseUri : URI in method private uriInfo(baseUri URI) : UriInfo in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type baseUri : String to baseUri : URI in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter host : String to baseUri : URI in method private uriInfo(baseUri URI) : UriInfo in class org.neo4j.server.rest.discovery.DiscoveryServiceTest | From | To |