22c6568748707643da72b5ad1f73d6437e6ac839
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable approxWidth : double to boxWidth : double in method private drawLabel(text String, xPos double, yPos double) : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Rename Variable cumC : int to boxPad : double in method private drawLabel(text String, xPos double, yPos double) : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type cumC : int to boxPad : double in method private drawLabel(text String, xPos double, yPos double) : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract Method | 5 | ||
| Extract Method private drawEvents(events List<JITEvent>) : void extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract Method private calculateMaxCompiles(events List<JITEvent>) : void extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract Method private buildLabel(nextJournalEvent Tag, journalEventTime long) : String extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract Method private drawLabel(text String, xPos double, yPos double) : void extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract Method private showSelectedMemberLabel() : void extracted from public redraw() : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method protected setStrokeForText() : void extracted from private showStatsLegend(gc GraphicsContext) : void in class org.adoptopenjdk.jitwatch.ui.graphing.TimeLineStage & moved to class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To |