eb9f681cd3c8b4932c798633644094891d8ef4cc
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testRestPlainTextUpgrade() : void renamed to public testHttp2SwitchThroughUpgradeHeader() : void in class org.infinispan.server.test.client.router.SinglePortIT | From | To | |
Rename Method public getRouteDesitnation() : Destination renamed to public getRouteDestination() : Destination in class org.infinispan.server.router.routes.Route | From | To | |
Rename Method public getResponses() : Queue<FullHttpResponse> renamed to public getResponse() : FullHttpResponse in class org.infinispan.rest.http2.NettyHttpClient | From | To | |
Rename Method public getResponses() : Queue<FullHttpResponse> renamed to public getResponse() : FullHttpResponse in class org.infinispan.rest.http2.CommunicationHandler | From | To | |
Rename Variable | 4 | ||
Rename Variable port : int to endpointRouter : EndpointRouter in method public shouldUpgradeToHotRodThroughALPN() : void in class org.infinispan.server.router.integration.SinglePortTest | From | To | |
Rename Variable responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public shouldUpgradeUsingHTTP11Upgrade() : void in class org.infinispan.rest.Http2Test | From | To | |
Rename Variable responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public shouldUpgradeUsingALPN() : void in class org.infinispan.rest.Http2Test | From | To | |
Rename Variable responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public testHttp2SwitchThroughUpgradeHeader() : void in class org.infinispan.server.test.client.router.SinglePortIT | From | To | |
Change Return Type | 2 | ||
Change Return Type Queue<FullHttpResponse> to FullHttpResponse in method public getResponse() : FullHttpResponse in class org.infinispan.rest.http2.CommunicationHandler | From | To | |
Change Return Type Queue<FullHttpResponse> to FullHttpResponse in method public getResponse() : FullHttpResponse in class org.infinispan.rest.http2.NettyHttpClient | From | To | |
Change Variable Type | 7 | ||
Change Variable Type responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public testHttp2SwitchThroughUpgradeHeader() : void in class org.infinispan.server.test.client.router.SinglePortIT | From | To | |
Change Variable Type port : int to endpointRouter : EndpointRouter in method public shouldUpgradeToHotRodThroughALPN() : void in class org.infinispan.server.router.integration.SinglePortTest | From | To | |
Change Variable Type responses : Queue<FullHttpResponse> to responses : FullHttpResponse in method public shouldUpgradeThroughALPN() : void in class org.infinispan.server.router.integration.SinglePortTest | From | To | |
Change Variable Type domainMappingBuilder : DomainMappingBuilder<SslContext> to domainMappingBuilder : DomainNameMappingBuilder<SslContext> in method protected initChannel(channel Channel) : void in class org.infinispan.server.router.router.impl.hotrod.handlers.SniHandlerInitializer | From | To | |
Change Variable Type responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public shouldUpgradeUsingHTTP11Upgrade() : void in class org.infinispan.rest.Http2Test | From | To | |
Change Variable Type responses : Queue<FullHttpResponse> to response : FullHttpResponse in method public shouldUpgradeUsingALPN() : void in class org.infinispan.rest.Http2Test | From | To | |
Change Variable Type responses : Queue<FullHttpResponse> to responses : FullHttpResponse in method public shouldUpgradeThroughHTTP11UpgradeHeaders() : void in class org.infinispan.server.router.integration.SinglePortTest | From | To | |
Extract Method | 1 | ||
Extract Method public newHttp2ClientWithALPN(keystorePath String, keystorePassword String, sniName String) : NettyHttpClient extracted from public newHttp2ClientWithALPN(keystorePath String, keystorePassword String) : NettyHttpClient in class org.infinispan.rest.http2.NettyHttpClient | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type hotRodClient : HotRodClient to hotRodClient : RemoteCacheManager in class org.infinispan.server.router.integration.SinglePortTest | From | To | |
Change Attribute Type responses : Queue<FullHttpResponse> to responses : BlockingQueue<FullHttpResponse> in class org.infinispan.rest.http2.Http11ResponseHandler | From | To | |
Change Attribute Type responses : Queue<FullHttpResponse> to responses : BlockingQueue<FullHttpResponse> in class org.infinispan.rest.http2.Http2ResponseHandler | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public killHttpClient(client NettyHttpClient) : void extracted from public afterMethod() : void in class org.infinispan.server.router.integration.SinglePortTest & moved to class org.infinispan.server.router.utils.RestTestingUtil | From | To | |
Extract And Move Method public killRouter(router Router) : void extracted from public afterMethod() : void in class org.infinispan.server.router.integration.SinglePortTest & moved to class org.infinispan.server.router.utils.RestTestingUtil | From | To |