ce4e8f7df2dbc2b8cf9b0a55c8bba01010ad3e86
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable oldestInflightEntry : InFlightKey to oldest : Exchange in method public dumpRouteStatsAsXml(fullStats boolean, includeProcessors boolean) : String in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Rename Variable oldest : InFlightKey to exchange : Exchange in method public getOldestInflightExchangeId() : String in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Change Return Type | 1 | ||
Change Return Type InFlightKey to Exchange in method private getOldestInflightEntry() : Exchange in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Rename Attribute | 1 | ||
Rename Attribute exchangesInFlightKeys : ConcurrentHashMap<String,InFlightKey> to exchangesInFlight : ConcurrentHashMap<String,Exchange> in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Change Variable Type | 2 | ||
Change Variable Type oldest : InFlightKey to exchange : Exchange in method public getOldestInflightExchangeId() : String in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Change Variable Type oldestInflightEntry : InFlightKey to oldest : Exchange in method public dumpRouteStatsAsXml(fullStats boolean, includeProcessors boolean) : String in class org.apache.camel.management.mbean.ManagedRoute | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type exchangesInFlightKeys : ConcurrentHashMap<String,InFlightKey> to exchangesInFlight : ConcurrentHashMap<String,Exchange> in class org.apache.camel.management.mbean.ManagedRoute | From | To |