d5ec345abfaa97e01cecad1343072741322b071a
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method private buildFlatProfile() : List<FlatProfileEntry> renamed to private buildFlatProfileByFrame() : List<FlatProfileEntry> in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To | |
Rename Method public flatProfile() : Stream<FlatProfileEntry> renamed to public flatByFrameProfile() : Stream<FlatProfileEntry> in class com.insightfullogic.honest_profiler.core.collector.Profile | From | To | |
Rename Method public getMethod() : Method renamed to public getFrameInfo() : Frame in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Method public getFlatProfile() : List<FlatProfileEntry> renamed to public getFlatByFrameProfile() : List<FlatProfileEntry> in class com.insightfullogic.honest_profiler.core.collector.Profile | From | To | |
Rename Method public getMethod() : Method renamed to public getFrameInfo() : Frame in class com.insightfullogic.honest_profiler.core.collector.ProfileNode | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type method : Method to method : Frame in method public FlatProfileEntry(method Frame, totalTimeShare double, selfTimeShare double) in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Change Parameter Type method : Method to method : Frame in method public ProfileNode(method Frame, totalTimeShare double, children List<ProfileNode>) in class com.insightfullogic.honest_profiler.core.collector.ProfileNode | From | To | |
Change Parameter Type method : Method to method : Frame in method public ProfileNode(method Frame, totalTimeShare double) in class com.insightfullogic.honest_profiler.core.collector.ProfileNode | From | To | |
Change Parameter Type method : Method to method : Frame in method public renderMethod(method Frame) : String in class com.insightfullogic.honest_profiler.ports.javafx.Rendering | From | To | |
Change Return Type | 2 | ||
Change Return Type Method to Frame in method public getFrameInfo() : Frame in class com.insightfullogic.honest_profiler.core.collector.ProfileNode | From | To | |
Change Return Type Method to Frame in method public getFrameInfo() : Frame in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Attribute | 3 | ||
Rename Attribute treesByThread : Map<Long,NodeCollector> to treesByThreadId : Map<Long,NodeCollector> in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To | |
Rename Attribute methodNames : Map<Long,Method> to methodByMethodId : Map<Long,Method> in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To | |
Rename Attribute flatProfile : List<FlatProfileEntry> to flatByFrameProfile : List<FlatProfileEntry> in class com.insightfullogic.honest_profiler.core.collector.Profile | From | To | |
Change Variable Type | 1 | ||
Change Variable Type method : Method to method : Frame in method public method(features CellDataFeatures<FlatProfileEntry,String>) : SimpleObjectProperty<String> in class com.insightfullogic.honest_profiler.ports.javafx.Rendering | From | To | |
Split Variable | 1 | ||
Split Variable flatProfile : List<FlatProfileEntry> to [flatProfileByMethod : List<FlatProfileEntry>, flatProfileByFrame : List<FlatProfileEntry>] in method private emitProfile() : void in class com.insightfullogic.honest_profiler.core.collector.LogCollector | From | To | |
Extract Interface | 1 | ||
Extract Interface com.insightfullogic.honest_profiler.core.collector.Frame from classes [com.insightfullogic.honest_profiler.core.parser.Method] | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type method : Method to method : Frame in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Change Attribute Type method : Method to method : Frame in class com.insightfullogic.honest_profiler.core.collector.ProfileNode | From | To |