35acc6b68f1c1a9157483fd129cc8067a6f67311
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private isCurrentUserIssueAdminOrSecurityAuditor(issue Issue) : boolean renamed to private isCurrentUserIssueAdminAndNotSecurityHotspot(issue Issue) : boolean in class org.sonar.server.issue.SetSeverityAction | From | To | |
Extract Method | 1 | ||
Extract Method private prepareIssue(issueCreatedAt long, user UserDto, project ComponentDto, file ComponentDto, ruleDefinitionDto RuleDefinitionDto, type RuleType) : DefaultIssue extracted from private sendIssueChangeNotification(issueCreatedAt long) : void in class org.sonar.ce.task.projectanalysis.step.SendIssueNotificationsStepTest | From | To |