b22b16f1bbc5584befd8bc5491f1abcb32128e3f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type dto : RuleDto to dto : RuleDefinitionDto in method public handle(wsRequest Request, wsResponse Response) : void in class org.sonar.server.rule.ws.ListAction | From | To | |
Change Variable Type rules : List<RuleDto> to rules : List<RuleDefinitionDto> in method public selectEnabled_with_ResultHandler() : void in class org.sonar.db.rule.RuleDaoTest | From | To | |
Change Variable Type ruleDto : RuleDto to ruleDto : RuleDefinitionDto in method public selectEnabled_with_ResultHandler() : void in class org.sonar.db.rule.RuleDaoTest | From | To |