114827cc27762fcf368844f282145b1c64e6a93c
Files Diff
- Added: 3
- Removed: 4
- Renamed: 0
- Modified: 0
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type FlamegraphData to FlameGraph in method public toData() : FlameGraph in class com.insightfullogic.honest_profiler.core.collector.FlameGraphCollector | From | To | |
Change Return Type FlamegraphData to FlameGraph in method public readFlamegraph(source LogSource) : FlameGraph in class com.insightfullogic.honest_profiler.core.collector.FlameGraphCollector | From | To | |
Rename Class | 2 | ||
Rename Class com.insightfullogic.honest_profiler.core.collector.FlamegraphData renamed to com.insightfullogic.honest_profiler.core.collector.FlameGraph | From | To | |
Rename Class com.insightfullogic.honest_profiler.core.collector.FlamegraphCollector renamed to com.insightfullogic.honest_profiler.core.collector.FlameGraphCollector | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.insightfullogic.honest_profiler.ports.Flamegraph moved and renamed to com.insightfullogic.honest_profiler.ports.console.FlameGraphApplication | From | To | |
Change Variable Type | 2 | ||
Change Variable Type data : FlamegraphData to data : FlameGraph in method public main(args String[]) : void in class com.insightfullogic.honest_profiler.ports.console.FlameGraphApplication | From | To | |
Change Variable Type collector : FlamegraphCollector to collector : FlameGraphCollector in method public readFlamegraph(source LogSource) : FlameGraph in class com.insightfullogic.honest_profiler.core.collector.FlameGraphCollector | From | To |