08af1c65e533b2a778d535513bb815f639839dee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public deleteByProfileKey(session DbSession, profileKey String) : void moved from class org.sonar.db.qualityprofile.ActiveRuleDao to class org.sonar.server.qualityprofile.QProfileFactory & inlined to private doDelete(session DbSession, profile QualityProfileDto) : List<ActiveRuleChange> | From | To | |
Change Return Type | 2 | ||
Change Return Type void to List<ActiveRuleChange> in method public delete(session DbSession, key String, force boolean) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.QProfileFactory | From | To | |
Change Return Type void to List<ActiveRuleChange> in method private doDelete(session DbSession, profile QualityProfileDto) : List<ActiveRuleChange> in class org.sonar.server.qualityprofile.QProfileFactory | From | To |