5e0d13684f4fb81c44d14939c63c45db8e836391
Files Diff
- Added: 5
- Removed: 12
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public should_show_rule_tags_in_default_organization() : void renamed to public show_rule_tags_in_default_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Rename Method public should_show_rule_tags_in_specific_organization() : void renamed to public show_rule_tags_in_specific_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Rename Method public should_show_rule_key() : void renamed to public show_rule_key() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method | 6 | ||
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_tags_in_default_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_without_activation() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_key() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_with_note_login() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_with_activation() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Method private insertRule() : RuleDefinitionDto inlined to public show_rule_tags_in_specific_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute actionTester : WsActionTester to ws : WsActionTester in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Change Variable Type | 5 | ||
| Change Variable Type result : Rules.ShowResponse to result : ShowResponse in method public encode_html_description_of_custom_rule() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Change Variable Type result : Rules.ShowResponse to result : ShowResponse in method public show_rule_tags_in_default_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Change Variable Type result : Rules.ShowResponse to result : ShowResponse in method public show_rule_with_note_login() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Change Variable Type result : Rules.ShowResponse to result : ShowResponse in method public show_rule_tags_in_specific_organization() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Change Variable Type result : Rules.ShowResponse to result : ShowResponse in method public show_rule_key() : void in class org.sonar.server.rule.ws.ShowActionTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable actives : List<Rules.Active> in method public show_rule_without_activation() : void from class org.sonar.server.rule.ws.ShowActionTest | From | To |