d294c32fd3e924f30836848ae404ce27d72bafa4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable nextIndex : int to prevIndex : int in method package selectPrevCompilation() : void in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Rename Variable hboxControls : HBox to vBoxControls : VBox in method public CodeCacheLayoutStage(parent JITWatchUI) in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Rename Variable source : String to finalSameClass : boolean in method public setMember(member IMetaMember, force boolean, jumpToSource boolean) : void in class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Change Return Type | 2 | ||
Change Return Type String to int in method public getLevel() : int in class org.adoptopenjdk.jitwatch.model.Compilation | From | To | |
Change Return Type HBox to VBox in method private buildControls() : VBox in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Extract Variable | 1 | ||
Extract Variable jumpToSource : boolean in method public setMember(member IMetaMember, force boolean) : void from class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Change Variable Type | 2 | ||
Change Variable Type hboxControls : HBox to vBoxControls : VBox in method public CodeCacheLayoutStage(parent JITWatchUI) in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Change Variable Type source : String to finalSameClass : boolean in method public setMember(member IMetaMember, force boolean, jumpToSource boolean) : void in class org.adoptopenjdk.jitwatch.ui.triview.TriView | From | To | |
Extract Method | 3 | ||
Extract Method private buildControlInfo() : HBox extracted from private buildControls() : HBox in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To | |
Extract Method private storeCompilation(compilation Compilation) : void extracted from public setTagNMethod(tagNMethod Tag) : void in class org.adoptopenjdk.jitwatch.model.AbstractMetaMember | From | To | |
Extract Method private buildControlButtons() : HBox extracted from private buildControls() : HBox in class org.adoptopenjdk.jitwatch.ui.codecache.CodeCacheLayoutStage | From | To |