d16c81a177c4cfdb57ec63d9cfe66b69196f8e90
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public generateDiffTab(baseName String, newName String) : void renamed to public createDiffTab(baseName String, newName String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.RootController | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public setApplicationContext(applicationContext ApplicationContext) : void moved from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController to class com.insightfullogic.honest_profiler.ports.javafx.controller.AbstractViewController & inlined to public setApplicationContext(applicationContext ApplicationContext) : void | From | To | |
Rename Parameter | 2 | ||
Rename Parameter treeRowProperty : ReadOnlyObjectProperty<TreeTableRow<T>> to tableRowProperty : ReadOnlyObjectProperty<TreeTableRow<T>> in method private bindContextMenuForTreeTableCell(appCtx ApplicationContext, ctxMenuProperty ObjectProperty<ContextMenu>, tableRowProperty ReadOnlyObjectProperty<TreeTableRow<T>>) : void in class com.insightfullogic.honest_profiler.ports.javafx.util.ContextMenuUtil | From | To | |
Rename Parameter t : FlameGraph to flameGraph : FlameGraph in method private update(flameGraph FlameGraph) : void in class com.insightfullogic.honest_profiler.ports.javafx.model.ProfileContext | From | To |