df92da19474ee7fe5706ab02df97b89bd45224d2
Files Diff
- Added: 7
- Removed: 6
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public setActive() : void from class com.groupon.jenkins.branchhistory.BuildHistoryTab to public setActive() : void from class com.groupon.jenkins.branchhistory.HistoryTab | From | To | |
Pull Up Method public isActive() : boolean from class com.groupon.jenkins.branchhistory.BuildHistoryTab to public isActive() : boolean from class com.groupon.jenkins.branchhistory.HistoryTab | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tabs : Iterable<BuildHistoryTab> to tabs : Iterable<HistoryTab> in method private getActiveTab(tabs Iterable<HistoryTab>) : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Rename Variable | 1 | ||
Rename Variable buildHistoryTab : BuildHistoryTab to historyTab : HistoryTab in method private getActiveTab(tabs Iterable<HistoryTab>) : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private active : boolean from class com.groupon.jenkins.branchhistory.BuildHistoryTab to private active : boolean from class com.groupon.jenkins.branchhistory.HistoryTab | From | To | |
Change Return Type | 6 | ||
Change Return Type Iterable<BuildHistoryTab> to Iterable<HistoryTab> in method public intializeTabs() : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Return Type Iterable<BuildHistoryTab> to Iterable<HistoryTab> in method public getTabs(project DynamicProject) : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.BuildHistoryTab | From | To | |
Change Return Type BuildHistoryTab to HistoryTab in method private findTab(tabUrl String) : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Return Type Iterable<BuildHistoryTab> to Iterable<HistoryTab> in method private getTabs(branches List<String>, project DynamicProject) : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.BuildHistoryTab | From | To | |
Change Return Type BuildHistoryTab to HistoryTab in method private getActiveTab(tabs Iterable<HistoryTab>) : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Return Type Iterable<BuildHistoryTab> to Iterable<HistoryTab> in method public getTabs() : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Rename Class | 2 | ||
Rename Class com.groupon.jenkins.branchhistory.BranchHistoryWidgetTest renamed to com.groupon.jenkins.branchhistory.JobHistoryWidgetTest | From | To | |
Rename Class com.groupon.jenkins.branchhistory.BranchHistoryWidget renamed to com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.groupon.jenkins.branchhistory.HistoryTab from classes [com.groupon.jenkins.branchhistory.BuildHistoryTab] | From | To | |
Change Variable Type | 3 | ||
Change Variable Type tabs : Iterable<BuildHistoryTab> to tabs : Iterable<HistoryTab> in method public intializeTabs() : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Variable Type buildHistoryTab : BuildHistoryTab to historyTab : HistoryTab in method private getActiveTab(tabs Iterable<HistoryTab>) : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Variable Type tabs : ArrayList<BuildHistoryTab> to tabs : ArrayList<HistoryTab> in method private getTabs(branches List<String>, project DynamicProject) : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.BuildHistoryTab | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type currentTab : BuildHistoryTab to currentTab : HistoryTab in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To | |
Change Attribute Type tabs : Iterable<BuildHistoryTab> to tabs : Iterable<HistoryTab> in class com.groupon.jenkins.branchhistory.JobHistoryWidget | From | To |