04e56c128e0c9eeb5172fba5eb52681484de9883
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type connector : String to connector : TestConnector in method private verifyConnectionCount(connector TestConnector, username String, expectedCount int, expectAuthenticated boolean) : void in class org.neo4j.net.ConnectionTrackingIT | From | To | |
| Change Parameter Type connector : String to connector : TestConnector in method private testKillingOfConnections(uri URI, connector TestConnector, count int) : void in class org.neo4j.net.ConnectionTrackingIT | From | To | |
| Extract Variable | 2 | ||
| Extract Variable userAgent : String in method public doFilter(servletRequest ServletRequest, servletResponse ServletResponse, filterChain FilterChain) : void from class org.neo4j.server.rest.dbms.AuthorizationEnabledFilter | From | To | |
| Extract Variable loginContext : LoginContext in method public doFilter(servletRequest ServletRequest, servletResponse ServletResponse, filterChain FilterChain) : void from class org.neo4j.server.rest.dbms.AuthorizationDisabledFilter | From | To | |
| Extract Method | 9 | ||
| Extract Method private verifyAuthenticatedConnectionCount(connector TestConnector, username String, expectedCount int) : void extracted from public shouldListAuthenticatedHttpConnections() : void in class org.neo4j.net.ConnectionTrackingIT | From | To | |
| Extract Method private verifyAuthenticatedConnectionCount(connector TestConnector, username String, expectedCount int) : void extracted from public shouldListAuthenticatedBoltConnections() : void in class org.neo4j.net.ConnectionTrackingIT | From | To | |
| Extract Method private verifyAuthenticatedConnectionCount(connector TestConnector, username String, expectedCount int) : void extracted from public shouldListAuthenticatedHttpsConnections() : void in class org.neo4j.net.ConnectionTrackingIT | From | To | |
| Extract Method private verifyConnectionCount(connector TestConnector, username String, expectedCount int) : void extracted from public shouldListAuthenticatedConnections() : void in class org.neo4j.net.ConnectionTrackingIT | From | To |