09a824bc65a41882696753b7e789ed960bab5649
Files Diff
- Added: 10
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private initializeComparison() : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController to private initializeComparison() : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Move Method private refreshContextMenu(menu ContextMenu) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController to private refreshContextMenu(menu ContextMenu) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Move Attribute | 3 | ||
Move Attribute private compareButton : Button from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController to private compareButton : Button from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Move Attribute private baseSourceLabel : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController to private baseSourceLabel : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileDiffRootController | From | To | |
Move Attribute private newSourceLabel : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController to private newSourceLabel : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileDiffRootController | From | To | |
Extract Class | 1 | ||
Extract Class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileDiffRootController from class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileDiffViewController from classes [com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute FXML_FLAT_DIFF_VIEW : String to FXML_PROFILE_DIFF_ROOT : String in class com.insightfullogic.honest_profiler.ports.javafx.util.FxUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type controller : FlatDiffViewController to controller : ProfileDiffRootController in method public generateDiffTab(baseName String, newName String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController | From | To |