095aa679f41391a43348aca84dd709b47ba94d26
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method protected sendResponse(ctx ChannelHandlerContext, request FullHttpRequest, response FullHttpResponse) : void from class org.infinispan.rest.Http20RequestHandler to protected sendResponse(ctx ChannelHandlerContext, request FullHttpRequest, response FullHttpResponse) : void from class org.infinispan.rest.BaseHttpRequestHandler | From | To | |
| Pull Up Method private handleError(ctx ChannelHandlerContext, request FullHttpRequest, throwable Throwable) : void from class org.infinispan.rest.Http20RequestHandler to protected handleError(ctx ChannelHandlerContext, request FullHttpRequest, throwable Throwable) : void from class org.infinispan.rest.BaseHttpRequestHandler | From | To | |
| Pull Up Attribute | 1 | ||
| Pull Up Attribute package restAccessLoggingHandler : RestAccessLoggingHandler from class org.infinispan.rest.Http20RequestHandler to protected restAccessLoggingHandler : RestAccessLoggingHandler from class org.infinispan.rest.BaseHttpRequestHandler | From | To | |
| Move Attribute | 3 | ||
| Move Attribute private authenticator : Authenticator from class org.infinispan.rest.helper.RestServerHelper to private authenticator : Authenticator from class org.infinispan.rest.AuthenticationHandler | From | To | |
| Move Attribute private authenticator : Authenticator from class org.infinispan.rest.RestServer to private authenticator : Authenticator from class org.infinispan.rest.AuthenticationHandler | From | To | |
| Move Attribute private authenticator : Authenticator from class org.infinispan.rest.Http20RequestHandler to private authenticator : Authenticator from class org.infinispan.rest.AuthenticationHandler | From | To | |
| Extract Class | 1 | ||
| Extract Class org.infinispan.rest.AuthenticationHandler from class org.infinispan.rest.Http20RequestHandler | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.infinispan.rest.BaseHttpRequestHandler from classes [org.infinispan.rest.Http20RequestHandler] | From | To | |
| Extract Method | 1 | ||
| Extract Method private configureAuthentication(pipeline ChannelPipeline) : void extracted from protected configureHttp2(pipeline ChannelPipeline) : void in class org.infinispan.rest.Http11To2UpgradeHandler | From | To |