55e8b5ea9f68c4c871a2331d02dc875afb31381f
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 3 | ||
Rename Class com.insightfullogic.honest_profiler.core.aggregation.aggregator.NodeDescendantAggregator renamed to com.insightfullogic.honest_profiler.core.aggregation.aggregator.DescendantFlatAggregator | From | To | |
Rename Class com.insightfullogic.honest_profiler.core.aggregation.aggregator.CallingTreeAggregator renamed to com.insightfullogic.honest_profiler.core.aggregation.aggregator.AncestorTreeAggregator | From | To | |
Rename Class com.insightfullogic.honest_profiler.core.aggregation.aggregator.CalledTreeAggregator renamed to com.insightfullogic.honest_profiler.core.aggregation.aggregator.DescendantTreeAggregator | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type DESCENDANT_AGGREGATOR : NodeDescendantAggregator to DESCENDANT_AGGREGATOR : DescendantFlatAggregator in class com.insightfullogic.honest_profiler.ports.javafx.util.BindUtil | From | To | |
Change Attribute Type CALLING_AGGREGATOR : CallingTreeAggregator to CALLING_AGGREGATOR : AncestorTreeAggregator in class com.insightfullogic.honest_profiler.ports.javafx.util.BindUtil | From | To | |
Change Attribute Type CALLED_AGGREGATOR : CalledTreeAggregator to CALLED_AGGREGATOR : DescendantTreeAggregator in class com.insightfullogic.honest_profiler.ports.javafx.util.BindUtil | From | To |