cd3a25e6caffd719c624727b2352a426f34f79e1
Files Diff
- Added: 6
- Removed: 16
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getContext() : String renamed to public getAction() : String in class org.infinispan.rest.NettyRestRequest | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type request : InfinispanRequest to request : NettyRestRequest in method public challenge(request NettyRestRequest, ctx ChannelHandlerContext) : void in class org.infinispan.rest.authentication.Authenticator | From | To | |
Change Parameter Type etagIfModifiedSince : Optional<String> to etagIfModifiedSince : String in method public ifModifiedIsAfterEntryModificationDate(etagIfModifiedSince String, lastMod Date) : boolean in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Change Parameter Type request : InfinispanRequest to request : NettyRestRequest in method public challenge(request NettyRestRequest, ctx ChannelHandlerContext) : void in class org.infinispan.rest.authentication.impl.ClientCertAuthenticator | From | To | |
Change Parameter Type request : InfinispanRequest to request : NettyRestRequest in method public challenge(request NettyRestRequest, ctx ChannelHandlerContext) : void in class org.infinispan.rest.authentication.impl.BasicAuthenticator | From | To | |
Change Parameter Type ifUnmodifiedSince : Optional<String> to ifUnmodifiedSince : String in method public ifUnmodifiedIsBeforeEntryModificationDate(ifUnmodifiedSince String, lastMod Date) : boolean in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Change Return Type | 2 | ||
Change Return Type Optional<String> to String in method public getAuthorizationHeader() : String in class org.infinispan.rest.NettyRestRequest | From | To | |
Change Return Type Optional<String> to String in method public getContentTypeHeader() : String in class org.infinispan.rest.NettyRestRequest | From | To | |
Rename Class | 1 | ||
Rename Class org.infinispan.rest.InfinispanRequest renamed to org.infinispan.rest.NettyRestRequest | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable idleValue : long to idleTime : Long in method public createMetadata(cfg Configuration, ttl Long, idleTime Long) : Metadata in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Parameterize Variable ttlValue : long to ttl : Long in method public createMetadata(cfg Configuration, ttl Long, idleTime Long) : Metadata in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Change Variable Type | 3 | ||
Change Variable Type ttlValue : long to ttl : Long in method public createMetadata(cfg Configuration, ttl Long, idleTime Long) : Metadata in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Change Variable Type idleValue : long to idleTime : Long in method public createMetadata(cfg Configuration, ttl Long, idleTime Long) : Metadata in class org.infinispan.rest.operations.CacheOperationsHelper | From | To | |
Change Variable Type response : InfinispanResponse to response : RestResponse in method public channelRead0(ctx ChannelHandlerContext, request FullHttpRequest) : void in class org.infinispan.rest.Http20RequestHandler | From | To |