2e66147b1486e4cf7e7b62653e7a1d32d5f58240
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public compute_date_of_file_from_blame_info_of_report() : void renamed to public compute_date_of_file_from_scm_repo() : void in class org.sonar.server.computation.source.LastCommitVisitorTest | From | To | |
Rename Method public reuse_date_of_previous_analysis_if_blame_info_is_not_in_report() : void renamed to public date_is_not_computed_on_file_if_blame_is_not_in_scm_repo() : void in class org.sonar.server.computation.source.LastCommitVisitorTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute reportReader : BatchReportReader to scmInfoRepository : ScmInfoRepository in class org.sonar.server.computation.source.LastCommitVisitor | From | To | |
Extract Variable | 1 | ||
Extract Variable scmInfo : ScmInfo in method public visitFile(file Component, path Path<LastCommit>) : void from class org.sonar.server.computation.source.LastCommitVisitor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type reportReader : BatchReportReader to scmInfoRepository : ScmInfoRepository in class org.sonar.server.computation.source.LastCommitVisitor | From | To |