afea8f533c54c2ed75ea092be2342fcf7875b62d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public accept(flameGraph FlameGraph) : void renamed to protected refresh(flameGraph FlameGraph) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlameViewController | From | To | |
Pull Up Method | 2 | ||
Pull Up Method public setProfileContext(profileContext ProfileContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController to public setProfileContext(profileContext ProfileContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Pull Up Method public setProfileContext(profileContext ProfileContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController to public setProfileContext(profileContext ProfileContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public getProfileContext() : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController to protected prContext() : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Rename Variable | 2 | ||
Rename Variable vmName : String to name : String in method private convertVmName(vm VirtualMachine) : String in class com.insightfullogic.honest_profiler.ports.javafx.model.task.InitializeProfileTask | From | To | |
Rename Variable machineItem : MenuItem to vmItem : MenuItem in method private addToMachineMenu(vm VirtualMachine) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController to private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Pull Up Attribute private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController to private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Change Return Type | 1 | ||
Change Return Type Void to ProfileContext in method protected call() : ProfileContext in class com.insightfullogic.honest_profiler.ports.javafx.model.task.InitializeProfileTask | From | To | |
Move Attribute | 1 | ||
Move Attribute private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController to private profileContext : ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileViewController from classes [com.insightfullogic.honest_profiler.ports.javafx.controller.FlameViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController] | From | To | |
Extract Method | 1 | ||
Extract Method private convertVmName(vm VirtualMachine) : String extracted from protected call() : Void in class com.insightfullogic.honest_profiler.ports.javafx.model.task.InitializeProfileTask | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getProgressIndicator(maxWidth double, maxHeight double) : ProgressIndicator extracted from private newLoadingTab() : Tab in class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController & moved to class com.insightfullogic.honest_profiler.ports.javafx.util.FxUtil | From | To | |
Rename Parameter | 1 | ||
Rename Parameter machine : VirtualMachine to vm : VirtualMachine in method private removeFromMachineMenu(vm VirtualMachine) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController | From | To |