86aa29e4eaf8ae208e6221ce86903ab45408bb8b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fromProfileKey : String to dbSession : DbSession in method public copyToName(dbSession DbSession, fromProfileKey String, toName String) : QualityProfileDto in class org.sonar.server.qualityprofile.QProfileCopier | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable fromProfile : QualityProfileDto to from : QualityProfileDto in method private prepareTarget(dbSession DbSession, from QualityProfileDto, toName String) : QualityProfileDto in class org.sonar.server.qualityprofile.QProfileCopier | From | To | |
Extract Variable | 1 | ||
Extract Variable profile : QualityProfileDto in method public backup() : void from class org.sonar.server.qualityprofile.QProfileBackuperMediumTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fromProfileKey : String to dbSession : DbSession in method public copyToName(dbSession DbSession, fromProfileKey String, toName String) : QualityProfileDto in class org.sonar.server.qualityprofile.QProfileCopier | From | To |