db997a0dcaa928f2d45aec1158b48227c430f398
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 13
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method private getCollector(source AggregationProfile, tree Tree, processed Set<String>) : Collector<LeanNode,Node,Node> from class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator to private addChildren(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void from class com.insightfullogic.honest_profiler.core.aggregation.aggregator.DescendantTreeAggregator | From | To | |
| Move And Rename Method private getCollector(source AggregationProfile, tree Tree, processed Set<String>) : Collector<LeanNode,Node,Node> from class com.insightfullogic.honest_profiler.core.aggregation.aggregator.DescendantTreeAggregator to private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void from class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable processed : Set<String> to grouping : CombinedGrouping in method public aggregate(input Entry) : Tree in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Collector<LeanNode,Node,Node> to void in method private addChildren(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.DescendantTreeAggregator | From | To | |
| Change Return Type Collector<LeanNode,Node,Node> to void in method private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Move Class | 2 | ||
| Move Class com.insightfullogic.honest_profiler.ports.javafx.util.FlatExtractor moved to com.insightfullogic.honest_profiler.ports.javafx.util.extraction.FlatExtractor | From | To | |
| Move Class com.insightfullogic.honest_profiler.ports.javafx.util.TreeExtractor moved to com.insightfullogic.honest_profiler.ports.javafx.util.extraction.TreeExtractor | From | To | |
| Parameterize Variable | 3 | ||
| Parameterize Variable childNode : Node to child : Node in method public addChild(child Node) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.straight.Node | From | To | |
| Parameterize Variable result : Tree to tree : Tree in method private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Parameterize Variable processed : Set<String> to grouping : CombinedGrouping in method private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute CALLING_EXTRACTOR : Function<Object,Tree> to ANCESTOR_TREE_EXTRACTOR : Function<Object,Tree> in class com.insightfullogic.honest_profiler.ports.javafx.util.BindUtil | From | To | |
| Rename Attribute CALLED_EXTRACTOR : Function<Object,Tree> to DESCENDANT_TREE_EXTRACTOR : Function<Object,Tree> in class com.insightfullogic.honest_profiler.ports.javafx.util.BindUtil | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type processed : Set<String> to grouping : CombinedGrouping in method public aggregate(input Entry) : Tree in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Change Variable Type processed : Set<String> to grouping : CombinedGrouping in method private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
| Inline Variable | 1 | ||
| Inline Variable key : String in method public addChild(child LeanNode, grouping CombinedGrouping) : void from class com.insightfullogic.honest_profiler.core.aggregation.result.straight.Node | From | To | |
| Extract Method | 2 | ||
| Extract Method public addChild(child Node) : void extracted from public addChild(child LeanNode, grouping CombinedGrouping) : void in class com.insightfullogic.honest_profiler.core.aggregation.result.straight.Node | From | To | |
| Extract Method private addAncestors(source AggregationProfile, child Node, tree Tree, grouping CombinedGrouping) : void extracted from public aggregate(source AggregationProfile, input Entry) : Tree in class com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To |