e34eaf8f733e5adad1a7dd286515ff4e7069153b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable format : String to exporterKey : String in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable profile : QualityProfileDto to profileDto : QualityProfileDto in method public backup(dbSession DbSession, profileDto QualityProfileDto, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute RULEKEY_JOINER : Joiner to RULE_KEY_JOINER : Joiner in class org.sonar.server.qualityprofile.QProfileBackuper | From | To | |
| Split Variable | 1 | ||
| Split Variable profileKey : String to [dbSession : DbSession, profile : QualityProfileDto] in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ExportAction | From | To | |
| Extract Method | 1 | ||
| Extract Method public backup(dbSession DbSession, profileDto QualityProfileDto, writer Writer) : void extracted from public backup(key String, writer Writer) : void in class org.sonar.server.qualityprofile.QProfileBackuper | From | To |