c988215eb6f1fab783d5a783d3245fb6ce882697
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private sortBySelfCount : Comparator<Entry<?,CallCounts>> from class com.insightfullogic.honest_profiler.core.collector.LogCollector to private sortBySelfCount : Comparator<Entry<?,CallCounts>> from class com.insightfullogic.honest_profiler.core.collector.CallCountAggregator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type callCountsByMethodId : Map<Long,CallCounts> to callCountsByMethodId : CallCountAggregator<Long> in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To | |
Change Attribute Type callCountsByFrame : Map<StackFrame,CallCounts> to callCountsByFrame : CallCountAggregator<StackFrame> in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To |