9c4e7a049ce145694c76307dcb6868be4fd9e8d2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type PagedResult<Rule> to PagedResult<RuleDto> in method public find(params Map<String,Object>) : PagedResult<RuleDto> in class org.sonar.server.rule.RubyRuleService | From | To | |
| Change Return Type Rule to RuleDto in method public findByKey(ruleKey String) : RuleDto in class org.sonar.server.rule.RubyRuleService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type result : Result<Rule> to result : SearchIdResult<RuleKey> in method public find(params Map<String,Object>) : PagedResult<RuleDto> in class org.sonar.server.rule.RubyRuleService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type optionsCaptor : ArgumentCaptor<QueryContext> to optionsCaptor : ArgumentCaptor<SearchOptions> in class org.sonar.server.rule.RubyRuleServiceTest | From | To |