de4e0af65f8310804dad4f6ca7118d8f5c80191b
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public onRemove(key String) : void renamed to private timeoutEvent(type TimeoutMap.Listener.Type, cid String) : void in class org.apache.camel.component.jms.reply.MessageSelectorCreator | From | To | |
Rename Variable | 1 | ||
Rename Variable key : K to entry : TimeoutMapEntry<K,V> in method protected purge() : void in class org.apache.camel.support.DefaultTimeoutMap | From | To | |
Change Return Type | 2 | ||
Change Return Type boolean to void in method private onEviction(type Listener.Type, key String, exchangeId String) : void in class org.apache.camel.processor.aggregate.AggregateProcessor.AggregationTimeoutMap | From | To | |
Change Return Type boolean to void in method private onEviction(type Listener.Type, key String, handler ReplyHandler) : void in class org.apache.camel.component.rabbitmq.reply.CorrelationTimeoutMap | From | To | |
Change Variable Type | 1 | ||
Change Variable Type key : K to entry : TimeoutMapEntry<K,V> in method protected purge() : void in class org.apache.camel.support.DefaultTimeoutMap | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type timeoutMap : CorrelationTimeoutMap to timeoutMap : TimeoutMap<String,?> in class org.apache.camel.component.jms.reply.MessageSelectorCreator | From | To | |
Change Attribute Type correlation : CorrelationTimeoutMap to correlation : TimeoutMap<String,ReplyHandler> in class org.apache.camel.component.rabbitmq.reply.ReplyManagerSupport | From | To | |
Rename Parameter | 2 | ||
Rename Parameter value : ReplyHandler to handler : ReplyHandler in method private onEviction(type Listener.Type, key String, handler ReplyHandler) : void in class org.apache.camel.component.rabbitmq.reply.CorrelationTimeoutMap | From | To | |
Rename Parameter key : String to cid : String in method private timeoutEvent(type TimeoutMap.Listener.Type, cid String) : void in class org.apache.camel.component.jms.reply.MessageSelectorCreator | From | To |