5003d67caf574fdfda09b178575e64da88f34333
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setRuleParams(ruleParams List<RuleParamDto>) : SearchResult renamed to public setRuleParameters(ruleParams List<RuleParamDto>) : SearchResult in class org.sonar.server.rule.ws.SearchAction.SearchResult | From | To | |
Change Return Type | 1 | ||
Change Return Type long to Long in method public getTotal() : Long in class org.sonar.server.rule.ws.SearchAction.SearchResult | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type total : long to total : Long in class org.sonar.server.rule.ws.SearchAction.SearchResult | From | To |