d97024d019c3c197316ab4ae16574ee40a209dd1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getAggrCollector(aggregation Tree<String>, profile LeanProfile) : Collector<LeanNode,Node<String>,Node<String>> renamed to private getCollector(tree Tree<String>, profile LeanProfile) : Collector<LeanNode,Node<String>,Node<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter aggregation : Tree<String> to tree : Tree<String> in method private getCollector(tree Tree<String>, profile LeanProfile) : Collector<LeanNode,Node<String>,Node<String>> in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator | From | To | |
Rename Parameter parentAggregation : Node<String> to parentNode : Node<String> in method private add(tree Tree<String>, profile LeanProfile, parentNode Node<String>, parent LeanNode) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.TreeByFqmnAggregator | From | To |