b733abb1189b86b41719eb38de011111b57df99d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private verifyWebhookCalledAndExtractPayloadFromSupplier(branch ComponentDto, analysis SnapshotDto) : ProjectAnalysis renamed to private verifyWebhookCalledAndExtractPayloadFactoryArgument(branch ComponentDto, analysis SnapshotDto) : ProjectAnalysis in class org.sonar.server.issue.webhook.IssueChangeWebhookImplTest | From | To | |
Extract Method | 2 | ||
Extract Method private extractPayloadFactoryArguments(time int) : List<ProjectAnalysis> extracted from private verifyWebhookCalledAndExtractPayloadFromSupplier(branch ComponentDto, analysis SnapshotDto) : ProjectAnalysis in class org.sonar.server.issue.webhook.IssueChangeWebhookImplTest | From | To | |
Extract Method private verifyWebhookCalled(branch ComponentDto, analysis SnapshotDto) : void extracted from private verifyWebhookCalledAndExtractPayloadFromSupplier(branch ComponentDto, analysis SnapshotDto) : ProjectAnalysis in class org.sonar.server.issue.webhook.IssueChangeWebhookImplTest | From | To |