fe0f04012ba9b9dd35165c8f33a959581c1eb7d9
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private renderChildNodes(graphics GraphicsContext, node Node, row int, columnWidth double, rowHeight double, startX double, startY double) : double renamed to private renderNode(ctx GraphicsContext, node Node, row int, columnWidth double, rowHeight double, startX double, startY double) : double in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type method : MethodInfo to node : Node in method public FlameBlock(rectangle Rectangle, node Node) in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameBlock | From | To | |
Rename Variable | 3 | ||
Rename Variable methodLocation : Optional<MethodLocation> to flameBlock : Optional<FlameBlock> in method private displayMethodName(mouseEvent MouseEvent) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Variable columnWidth : double to colWidth : double in method public accept(tree Tree) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Variable graphics : GraphicsContext to ctx : GraphicsContext in method public accept(tree Tree) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Class | 1 | ||
Rename Class com.insightfullogic.honest_profiler.ports.javafx.view.MethodLocation renamed to com.insightfullogic.honest_profiler.ports.javafx.view.FlameBlock | From | To | |
Rename Attribute | 2 | ||
Rename Attribute methodLocations : List<MethodLocation> to flameBlocks : List<FlameBlock> in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Attribute method : MethodInfo to node : Node in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameBlock | From | To | |
Change Variable Type | 1 | ||
Change Variable Type methodLocation : Optional<MethodLocation> to flameBlock : Optional<FlameBlock> in method private displayMethodName(mouseEvent MouseEvent) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type methodLocations : List<MethodLocation> to flameBlocks : List<FlameBlock> in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Change Attribute Type method : MethodInfo to node : Node in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameBlock | From | To | |
Inline Variable | 1 | ||
Inline Variable currentX : double in method private renderChildNodes(graphics GraphicsContext, node Node, row int, columnWidth double, rowHeight double, startX double, startY double) : double from class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Parameter | 3 | ||
Rename Parameter method : MethodInfo to node : Node in method public FlameBlock(rectangle Rectangle, node Node) in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameBlock | From | To | |
Rename Parameter graphics : GraphicsContext to ctx : GraphicsContext in method private renderText(ctx GraphicsContext, x double, y double, width double, height double, titles String...) : void in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To | |
Rename Parameter graphics : GraphicsContext to ctx : GraphicsContext in method private renderNode(ctx GraphicsContext, node Node, row int, columnWidth double, rowHeight double, startX double, startY double) : double in class com.insightfullogic.honest_profiler.ports.javafx.view.FlameGraphCanvas | From | To |