43658feda0e8036a63907bc263780c28555866f3
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> renamed to public buildTable(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.suggestion.SuggestionRowBuilder | From | To | |
Rename Method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> renamed to public buildTable(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.inlining.InliningRowBuilder | From | To | |
Rename Method private buildElidedLocksReport() : void renamed to private buildOptimisedLocksReport() : void in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Rename Method public buildTableSuggestion(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> renamed to public buildTable(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.eliminatedallocation.EliminatedAllocationRowBuilder | From | To | |
Rename Method public getElisionKind() : String renamed to public getOptimisationKind() : String in class org.adoptopenjdk.jitwatch.ui.report.locks.OptimisedLockRowBean | From | To | |
Rename Variable | 1 | ||
Rename Variable elisionKind : TableColumn<IReportRowBean,String> to optimisationKind : TableColumn<IReportRowBean,String> in method public buildTable(rows ObservableList<IReportRowBean>) : TableView<IReportRowBean> in class org.adoptopenjdk.jitwatch.ui.report.locks.OptimisedLockRowBuilder | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class org.adoptopenjdk.jitwatch.report.escapeanalysis.lockelision.ElidedLocksWalker moved and renamed to org.adoptopenjdk.jitwatch.report.locks.OptimisedLocksWalker | From | To | |
Move And Rename Class org.adoptopenjdk.jitwatch.ui.report.elidedlock.ElidedLockRowBean moved and renamed to org.adoptopenjdk.jitwatch.ui.report.locks.OptimisedLockRowBean | From | To | |
Move And Rename Class org.adoptopenjdk.jitwatch.ui.report.elidedlock.ElidedLockRowBuilder moved and renamed to org.adoptopenjdk.jitwatch.ui.report.locks.OptimisedLockRowBuilder | From | To | |
Rename Attribute | 3 | ||
Rename Attribute btnReportElidedLocks : Button to btnReportOptimisedLocks : Button in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Rename Attribute reportListElidedLocks : List<Report> to reportListOptimisedLocks : List<Report> in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Rename Attribute reportStageElidedLocks : ReportStage to reportStageOptimisedLocks : ReportStage in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To | |
Change Variable Type | 1 | ||
Change Variable Type walker : ElidedLocksWalker to walker : OptimisedLocksWalker in method private buildOptimisedLocksReport() : void in class org.adoptopenjdk.jitwatch.ui.main.JITWatchUI | From | To |