febe74215741ffae1a2ae1cd53568d7cf0fd3823
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getCommitter() : String renamed to public getCommitterName() : String in class com.groupon.jenkins.github.Payload | From | To | |
Rename Method public getCommitter() : String renamed to public getCommitterName() : String in class com.groupon.jenkins.dynamic.build.cause.BuildCause.CommitInfo | From | To | |
Rename Method public getCommitter() : String renamed to public getCommit() : BuildCause.CommitInfo in class com.groupon.jenkins.branchhistory.ProcessedBuildHistoryRow | From | To | |
Rename Method public abstract getCommitter() : String renamed to public abstract getCommit() : BuildCause.CommitInfo in class com.groupon.jenkins.branchhistory.BuildHistoryRow | From | To | |
Change Return Type | 2 | ||
Change Return Type String to BuildCause.CommitInfo in method public getCommit() : BuildCause.CommitInfo in class com.groupon.jenkins.branchhistory.ProcessedBuildHistoryRow | From | To | |
Change Return Type String to BuildCause.CommitInfo in method public abstract getCommit() : BuildCause.CommitInfo in class com.groupon.jenkins.branchhistory.BuildHistoryRow | From | To | |
Rename Attribute | 1 | ||
Rename Attribute committer : String to committerName : String in class com.groupon.jenkins.dynamic.build.cause.BuildCause.CommitInfo | From | To |