702b6393c7b9e77886908bfd4565694b13ccdef8
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public shoud_support_sonar_profile_prop() : void renamed to public should_support_sonar_profile_prop() : void in class it.analysis.IssuesModeTest | From | To | |
| Rename Method public define_search() : void renamed to public definition() : void in class org.sonar.server.qualityprofile.ws.SearchActionTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type qualityProfileKey : String to rulesProfile : RulesProfileDto in method public checkPermission(dbSession DbSession, rulesProfile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private wsSupport : QProfileWsSupport from class org.sonar.server.qualityprofile.ws.RestoreBuiltInActionTest to private wsSupport : QProfileWsSupport from class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
| Move Attribute private wsSupport : QProfileWsSupport from class org.sonar.server.qualityprofile.ws.RestoreBuiltInActionTest to private wsSupport : QProfileWsSupport from class org.sonar.server.qualityprofile.ws.RenameAction | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable qualityProfile : RulesProfileDto to rulesProfile : RulesProfileDto in method public checkPermission(dbSession DbSession, rulesProfile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute tester : WsActionTester to ws : WsActionTester in class org.sonar.server.qualityprofile.ws.RestoreBuiltInActionTest | From | To | |
| Rename Attribute qProfileWsSupport : QProfileWsSupport to wsSupport : QProfileWsSupport in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To | |
| Rename Attribute thrown : ExpectedException to expectedException : ExpectedException in class org.sonar.server.qualityprofile.ws.ActivateRuleActionTest | From | To | |
| Extract Variable | 3 | ||
| Extract Variable language : WebService.Param in method public definition() : void from class org.sonar.server.qualityprofile.ws.SearchActionTest | From | To | |
| Extract Variable organization : WebService.Param in method public definition() : void from class org.sonar.server.qualityprofile.ws.SearchActionTest | From | To | |
| Extract Variable profileName : WebService.Param in method public definition() : void from class org.sonar.server.qualityprofile.ws.SearchActionTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter qualityProfileKey : String to rulesProfile : RulesProfileDto in method public checkPermission(dbSession DbSession, rulesProfile RulesProfileDto) : void in class org.sonar.server.qualityprofile.ws.QProfileWsSupport | From | To | |
| Rename Parameter qProfileWsSupport : QProfileWsSupport to wsSupport : QProfileWsSupport in method public DeleteAction(languages Languages, profileFactory QProfileFactory, dbClient DbClient, userSession UserSession, wsSupport QProfileWsSupport) in class org.sonar.server.qualityprofile.ws.DeleteAction | From | To |