848ad125d29d9287a8be76330ed731179371729c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 7 | ||
Extract Method public assertAggregationSizeEquals(tree Tree, size int) : void extracted from public assertAggregationSizeEquals(size int) : void in class com.insightfullogic.honest_profiler.core.TreeGenerator | From | To | |
Extract Method public assertContains(tree Tree, selfCount int, totalCount int, keys String...) : void extracted from public assertContains(selfCount int, totalCount int, keys String...) : void in class com.insightfullogic.honest_profiler.core.TreeGenerator | From | To | |
Extract Method public assertContains(flat Flat, key String, selfCount int, totalCount int, selfTime long, totalTime long) : void extracted from public assertContains(key String, selfCount int, totalCount int, selfTime long, totalTime long) : void in class com.insightfullogic.honest_profiler.core.FlatGenerator | From | To | |
Extract Method public assertContains(flat Flat, key String, selfCount int, totalCount int) : void extracted from public assertContains(key String, selfCount int, totalCount int) : void in class com.insightfullogic.honest_profiler.core.FlatGenerator | From | To | |
Extract Method public assertContains(tree Tree, selfCount int, totalCount int, selfTime long, totalTime long, keys String...) : void extracted from public assertContains(selfCount int, totalCount int, selfTime long, totalTime long, keys String...) : void in class com.insightfullogic.honest_profiler.core.TreeGenerator | From | To | |
Extract Method public assertAggregationSizeEquals(flat Flat, size int) : void extracted from public assertAggregationSizeEquals(size int) : void in class com.insightfullogic.honest_profiler.core.FlatGenerator | From | To | |
Extract Method public getNode(tree Tree, keys String...) : Node extracted from private getNode(keys String...) : Node in class com.insightfullogic.honest_profiler.core.TreeGenerator | From | To |