416654d0e8200f8f00663289db758e9cafcd7397
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public browse(limit int, sortByLongestDuration boolean) : Collection<InflightExchange> extracted from public browse() : Collection<InflightExchange> in class org.apache.camel.impl.DefaultInflightRepository | From | To | |
Extract Method public browse(limit int, sortByLongestDuration boolean) : TabularData extracted from public browse() : TabularData in class org.apache.camel.management.mbean.ManagedInflightRepository | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private getExchangeDuration(exchange Exchange) : long extracted from public getDuration() : long in class org.apache.camel.impl.DefaultInflightRepository.InflightExchangeEntry & moved to class org.apache.camel.impl.DefaultInflightRepository | From | To |