9221ff7ed513b723f82e0ce7d29d1a48d4080f9a
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private notifyListeners(stage Stage) : void renamed to private notifyStageClosedListeners(stage Stage) : void in class org.adoptopenjdk.jitwatch.ui.stage.StageManager | From | To | |
Rename Method public registerListener(listener IStageClosedListener) : void renamed to public registerStageClosedListener(listener IStageClosedListener) : void in class org.adoptopenjdk.jitwatch.ui.stage.StageManager | From | To | |
Rename Method public setCompilationOnSelectedMember(member IMetaMember, compilationIndex int) : void renamed to public selectCompilation(member IMetaMember, compilationIndex int) : void in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Rename Variable | 3 | ||
Rename Variable ccs : CompileChainStage to compileChainStage : CompileChainStage in method public openCompileChain(member IMetaMember) : void in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Rename Variable rl : SceneResizeListener to resizeListener : RateLimitedResizeListener in method public AbstractGraphStage(parent JITWatchUI, width int, height int, xAxisTime boolean) in class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To | |
Rename Variable rl : SceneResizeListener to resizeListener : RateLimitedResizeListener in method public CodeCacheLayoutStage(parent JITWatchUI) in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Change Return Type | 1 | ||
Change Return Type void to CodeCacheWalkerResult in method private buildCodeCacheResult() : CodeCacheWalkerResult in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Move Attribute | 3 | ||
Move Attribute private comboSelectedCompilation : ComboBox<String> from class org.adoptopenjdk.jitwatch.ui.triview.TriView to private comboSelectedCompilation : ComboBox<String> from class org.adoptopenjdk.jitwatch.ui.compilationchooser.CompilationChooser | From | To | |
Move Attribute private lastResizeRedraw : long from class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage to private lastResizeRedraw : long from class org.adoptopenjdk.jitwatch.ui.resize.RateLimitedResizeListener | From | To | |
Move Attribute private comboCompilationList : ObservableList<String> from class org.adoptopenjdk.jitwatch.ui.triview.TriView to private comboCompilationList : ObservableList<String> from class org.adoptopenjdk.jitwatch.ui.compilationchooser.CompilationChooser | From | To | |
Extract Class | 1 | ||
Extract Class org.adoptopenjdk.jitwatch.ui.compilationchooser.CompilationChooser from class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Rename Attribute | 3 | ||
Rename Attribute selectedCompilation : int to selectedCompilationIndex : int in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To | |
Rename Attribute listeners : List<IStageClosedListener> to listenerStageClosed : List<IStageClosedListener> in class org.adoptopenjdk.jitwatch.ui.stage.StageManager | From | To | |
Rename Attribute mainUI : JITWatchUI to parent : JITWatchUI in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Change Variable Type | 2 | ||
Change Variable Type rl : SceneResizeListener to resizeListener : RateLimitedResizeListener in method public AbstractGraphStage(parent JITWatchUI, width int, height int, xAxisTime boolean) in class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage | From | To | |
Change Variable Type rl : SceneResizeListener to resizeListener : RateLimitedResizeListener in method public CodeCacheLayoutStage(parent JITWatchUI) in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Extract Interface | 1 | ||
Extract Interface org.adoptopenjdk.jitwatch.ui.resize.IRedrawable from classes [org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage, org.adoptopenjdk.jitwatch.ui.compilechain.CompileChainStage, org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage] | From | To | |
Extract Method | 2 | ||
Extract Method private openTriView() : void extracted from public openTriView(member IMetaMember, force boolean, highlightBCI int) : void in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Extract Method private clear() : void extracted from private redraw() : void in class org.adoptopenjdk.jitwatch.ui.compilechain.CompileChainStage | From | To |