c89bed157b581e5aa3d3775cbb9760ee83c4ab54
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public getApplicationContext() : ApplicationContext from class com.insightfullogic.honest_profiler.ports.javafx.model.ProfileContext to protected appCtx() : ApplicationContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractController | From | To | |
Move Method | 1 | ||
Move Method public setApplicationContext(applicationContext ApplicationContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.model.ProfileContext to public setApplicationContext(applicationContext ApplicationContext) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractController | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private applicationContext : ApplicationContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController to private applicationContext : ApplicationContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractController | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractController from classes [com.insightfullogic.honest_profiler.ports.javafx.controller.FlameViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.FlatDiffViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController, com.insightfullogic.honest_profiler.ports.javafx.controller.RootController, com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController, com.insightfullogic.honest_profiler.ports.javafx.controller.dialog.AbstractDialogController] | From | To |