18545dcecf10746158d7f336b6957d8a0ec763c2
Files Diff
- Added: 4
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type profileFinder : QProfileFinder to profileFactory : QProfileFactory in method public ChangelogAction(changelogLoader ChangelogLoader, profileFactory QProfileFactory, languages Languages) in class org.sonar.server.qualityprofile.ws.ChangelogAction | From | To | |
Rename Variable | 2 | ||
Rename Variable session : DbSession to dbSession : DbSession in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.InheritanceAction | From | To | |
Rename Variable session : DbSession to dbSession : DbSession in method public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
Inline Method | 1 | ||
Inline Method private getParentKeyFromParameters(request Request, profileFactory QProfileFactory, session DbSession) : String inlined to public handle(request Request, response Response) : void in class org.sonar.server.qualityprofile.ws.ChangeParentAction | From | To | |
Move Attribute | 1 | ||
Move Attribute private languages : Languages from class org.sonar.server.qualityprofile.ws.QProfileFinder to private languages : Languages from class org.sonar.server.qualityprofile.ws.ChangelogAction | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute profileKey : String to SOME_PROFILE_KEY : String in method public backup_profile() : void in class org.sonar.server.qualityprofile.ws.BackupActionTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute profileFinder : QProfileFinder to profileFactory : QProfileFactory in class org.sonar.server.qualityprofile.ws.ChangelogAction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type profileFinder : QProfileFinder to profileFactory : QProfileFactory in class org.sonar.server.qualityprofile.ws.ChangelogAction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter profileFinder : QProfileFinder to profileFactory : QProfileFactory in method public ChangelogAction(changelogLoader ChangelogLoader, profileFactory QProfileFactory, languages Languages) in class org.sonar.server.qualityprofile.ws.ChangelogAction | From | To |