a64a2796478cd6cb625f4efa2adb073daf1a5320
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public onEviction(key K, value V) : void renamed to public onRemoval(key K, value V, cause RemovalCause) : void in class org.apache.camel.util.LRUCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : ConcurrentLinkedHashMap<K,V> to map : Map<K,V> in class org.apache.camel.util.LRUCache | From | To |