5d9a193b8140e5150ad6c507eeb6e35b45bc33d0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private getStampFromTag(tag Tag) : long from class org.adoptopenjdk.jitwatch.ui.graphing.CodeCacheStage to protected getStampFromTag(tag Tag) : long from class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To | |
Pull Up Method private drawLabel(text String, xPos double, yPos double, backgroundColour Color) : void from class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage to protected drawLabel(text String, xPos double, yPos double, backgroundColour Color) : void from class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To | |
Extract Variable | 2 | ||
Extract Variable lineWidth : double in method public redraw() : void from class org.adoptopenjdk.jitwatch.ui.graphing.CodeCacheStage | From | To | |
Extract Variable lastEvent : JITEvent in method public redraw() : void from class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected continueLineToEndOfXAxis(lastX double, lastY double, color Color, lineWidth double) : void extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.CodeCacheStage & moved to class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To |