990b71e8b1d488a509193636717c2549d957bd3a
Files Diff
- Added: 17
- Removed: 11
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public renderTimeShare(timeShare double) : String renamed to public renderPercentage(percentage double) : String in class com.insightfullogic.honest_profiler.ports.javafx.view.Rendering | From | To | |
Rename Method public accept(profile Profile) : void renamed to private refresh(profile Profile) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type column : TableColumn<FlatProfileEntry,Double> to column : TableColumn<FlatProfileEntry,Number> in method private configureTimeShareColumn(column TableColumn<FlatProfileEntry,Number>, propertyName String) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Change Parameter Type item : Double to item : String in method protected updateItem(item String, empty boolean) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController.ProfileNodeCell | From | To | |
Move Method | 2 | ||
Move Method public accept(profile Profile) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.TraceCountViewModel to public accept(profile Profile) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Move Method public accept(profile Profile) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController to public accept(profile Profile) : void from class com.insightfullogic.honest_profiler.ports.javafx.model.ProfileContext | From | To | |
Move Attribute | 1 | ||
Move Attribute private traceCount : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.TraceCountViewModel to private traceCount : Label from class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Extract Class | 1 | ||
Extract Class com.insightfullogic.honest_profiler.ports.javafx.model.ProfileContext from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class com.insightfullogic.honest_profiler.ports.javafx.profile.TreeTableViewCell moved and renamed to com.insightfullogic.honest_profiler.ports.javafx.view.cell.TreeViewCell | From | To | |
Move And Rename Class com.insightfullogic.honest_profiler.ports.javafx.view.cell.TimeShareTableCell moved and renamed to com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController.ProfileNodeCell | From | To | |
Inline Variable | 1 | ||
Inline Variable timeShare : double in method public update(profileNode ProfileNode) : void from class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController.MethodNodeAdapter | From | To | |
Extract Method | 1 | ||
Extract Method private initializeTable() : void extracted from private initialize() : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type totalTimeShare : TableColumn<FlatProfileEntry,Double> to totalTimeShare : TableColumn<FlatProfileEntry,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Change Attribute Type content : StackPane to content : AnchorPane in class com.insightfullogic.honest_profiler.ports.javafx.controller.ProfileRootController | From | To | |
Change Attribute Type selfTimeShare : TableColumn<FlatProfileEntry,Double> to selfTimeShare : TableColumn<FlatProfileEntry,Number> in class com.insightfullogic.honest_profiler.ports.javafx.controller.FlatViewController | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timeShare : double to percentage : double in method public renderPercentage(percentage double) : String in class com.insightfullogic.honest_profiler.ports.javafx.view.Rendering | From | To | |
Rename Parameter isEmpty : boolean to empty : boolean in method protected updateItem(item String, empty boolean) : void in class com.insightfullogic.honest_profiler.ports.javafx.controller.TreeViewController.ProfileNodeCell | From | To |