c500f61c56cc7a9a478487c41535a209cb2caa54
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type clientAddress : InetSocketAddress to clientAddress : SocketAddress in method public HttpConnectionInfo(connectionId String, protocol String, userAgent String, clientAddress SocketAddress, serverAddress SocketAddress, requestPath String) in class org.neo4j.kernel.impl.query.clientconnection.HttpConnectionInfo | From | To | |
| Change Parameter Type serverAddress : InetSocketAddress to serverAddress : SocketAddress in method public HttpConnectionInfo(connectionId String, protocol String, userAgent String, clientAddress SocketAddress, serverAddress SocketAddress, requestPath String) in class org.neo4j.kernel.impl.query.clientconnection.HttpConnectionInfo | From | To | |
| Rename Variable | 1 | ||
| Rename Variable currentConnection : HttpConnection to connection : HttpConnection in method public getCurrentJettyHttpConnection() : JettyHttpConnection in class org.neo4j.server.web.JettyHttpConnection | From | To | |
| Extract Method | 1 | ||
| Extract Method public getCurrentJettyHttpConnection() : JettyHttpConnection extracted from public updateUserForCurrentConnection(username String, userAgent String) : void in class org.neo4j.server.web.JettyHttpConnection | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type serverAddress : InetSocketAddress to serverAddress : SocketAddress in class org.neo4j.kernel.impl.query.clientconnection.HttpConnectionInfo | From | To | |
| Change Attribute Type clientAddress : InetSocketAddress to clientAddress : SocketAddress in class org.neo4j.kernel.impl.query.clientconnection.HttpConnectionInfo | From | To |