d6dd440c5057e80c73d75c2367b178b8972de75d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private releaseChannel() : void renamed to private dispose(channelContext ChannelContext) : void in class org.neo4j.com.Client | From | To | |
Rename Method private getChannel(type RequestType<T>) : Triplet<Channel,ChannelBuffer,ByteBuffer> renamed to private acquireChannelContext(type RequestType<T>) : ChannelContext in class org.neo4j.com.Client | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type resource : Triplet<Channel,ChannelBuffer,ByteBuffer> to resource : ChannelContext in method public created(resource ChannelContext) : void in class org.neo4j.com.LoggingResourcePoolMonitor | From | To | |
Change Parameter Type requestContext : Map<String,String> to requestContext : RequestContext in method public beginRequest(remoteAddress SocketAddress, requestType RequestType<?>, requestContext RequestContext) : void in class org.neo4j.ha.monitoring.EideticRequestMonitor | From | To | |
Change Parameter Type requestContext : Map<String,String> to requestContext : RequestContext in method public beginRequest(remoteAddress SocketAddress, requestType RequestType<?>, requestContext RequestContext) : void in class org.neo4j.com.monitor.RequestMonitor | From | To | |
Change Parameter Type monitor : Monitor to monitor : Monitor<R> in method protected ResourcePool(minSize int, strategy CheckStrategy, monitor Monitor<R>) in class org.neo4j.com.ResourcePool | From | To | |
Change Return Type | 1 | ||
Change Return Type Triplet<Channel,ChannelBuffer,ByteBuffer> to ChannelContext in method private acquireChannelContext(type RequestType<T>) : ChannelContext in class org.neo4j.com.Client | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private MONITORING_CHANNEL_HANDLER_NAME : String in class org.neo4j.com.Client | From | To | |
Extract Attribute private BLOCKING_CHANNEL_HANDLER_NAME : String in class org.neo4j.com.Client | From | To | |
Merge Variable | 1 | ||
Merge Variable [channel : Channel, output : ChannelBuffer] to channelContext : ChannelContext in method protected sendRequest(type RequestType<T>, context RequestContext, serializer Serializer, deserializer Deserializer<R>, specificStoreId StoreId, txHandler TxHandler) : Response<R> in class org.neo4j.com.Client | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : Triplet<Channel,ChannelBuffer,ByteBuffer> to result : ChannelContext in method private acquireChannelContext(type RequestType<T>) : ChannelContext in class org.neo4j.com.Client | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type monitor : Monitor to monitor : Monitor<R> in class org.neo4j.com.ResourcePool | From | To | |
Change Attribute Type channelPool : ResourcePool<Triplet<Channel,ChannelBuffer,ByteBuffer>> to channelPool : ResourcePool<ChannelContext> in class org.neo4j.com.Client | From | To |