f146b32b531441d22b6c40e23142615e575acb45
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method protected setColumnHeader(column C, title String, profileContext ProfileContext) : void renamed to protected getColumnHeader(column TableColumnBase<?,?>, title String, profileContext ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileDiffViewController | From | To | |
Rename Method protected initialize(filterController FilterDialogController<T>, filterButton Button, quickFilterButton Button, quickFilterText TextField) : void renamed to protected initializeFiltering(filterController FilterDialogController<T>, filterButton Button, quickFilterButton Button, quickFilterText TextField) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To | |
Rename Method protected initialize(threadGroupingLabel Label, threadGrouping ChoiceBox<ThreadGrouping>, frameGroupingLabel Label, frameGrouping ChoiceBox<FrameGrouping>) : void renamed to protected initializeGrouping(threadGroupingLabel Label, threadGrouping ChoiceBox<ThreadGrouping>, frameGroupingLabel Label, frameGrouping ChoiceBox<FrameGrouping>) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To | |
Rename Method protected abstract setColumnHeader(column C, title String, context ProfileContext) : void renamed to protected abstract getColumnHeader(column TableColumnBase<?,?>, title String, context ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private calculateWidth(box HBox) : double from class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileDiffViewController to public calculateHeaderWidth(box HBox) : double from class com.insightfullogic.honest_profiler.ports.javafx.util.FxUtil | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type column : C to column : TableColumnBase<?,?> in method protected abstract getColumnHeader(column TableColumnBase<?,?>, title String, context ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To | |
Change Parameter Type column : C to column : TableColumnBase<?,?> in method protected getColumnHeader(column TableColumnBase<?,?>, title String, profileContext ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileDiffViewController | From | To | |
Change Return Type | 2 | ||
Change Return Type void to HBox in method protected getColumnHeader(column TableColumnBase<?,?>, title String, profileContext ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractProfileDiffViewController | From | To | |
Change Return Type void to HBox in method protected abstract getColumnHeader(column TableColumnBase<?,?>, title String, context ProfileContext) : HBox in class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController | From | To |