7ac2e6c6d4f7e5bde3bb8b5a0b6ba603ffe49c1c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public apply(activeRuleParamDto ActiveRuleParamDto) : boolean renamed to public accept(activeRuleParamDto ActiveRuleParamDto) : void in class org.sonar.server.rule.RuleUpdater.DeleteActiveRuleParams | From | To | |
| Rename Method public apply(activeRuleDto ActiveRuleDto) : boolean renamed to public accept(activeRuleDto ActiveRuleDto) : void in class org.sonar.server.rule.RuleUpdater.UpdateOrInsertActiveRuleParams | From | To | |
| Change Return Type | 2 | ||
| Change Return Type boolean to void in method public accept(activeRuleDto ActiveRuleDto) : void in class org.sonar.server.rule.RuleUpdater.UpdateOrInsertActiveRuleParams | From | To | |
| Change Return Type boolean to void in method public accept(activeRuleParamDto ActiveRuleParamDto) : void in class org.sonar.server.rule.RuleUpdater.DeleteActiveRuleParams | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter noteData : String to s : String in method public setNoteData(s String) : RuleDto in class org.sonar.db.rule.RuleDto | From | To |