f59052c8e1daed111d931893b2a08f9f5fa2a74a
Files Diff
- Added: 8
- Removed: 3
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public write_only_comment_action() : void renamed to public write_actions() : void in class org.sonar.server.issue.ws.IssueActionsWriterTest | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type issue : IssueDto to issue : Issue in method public listAvailableActions(issue Issue) : List<String> in class org.sonar.server.issue.ActionService | From | To | |
| Rename Variable | 1 | ||
| Rename Variable actions : List<String> to availableActions : List<String> in method public listAvailableActions(issue Issue) : List<String> in class org.sonar.server.issue.ActionService | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute actions : List<Action> to list : List<Action> in class org.sonar.api.issue.action.Actions | From | To | |
| Inline Variable | 1 | ||
| Inline Variable query : IssueQuery in method package searchIssueByKey(issueKey String) : Issue from class issue.suite.IssueTestSuite | From | To | |
| Extract Method | 1 | ||
| Extract Method package search(issueQuery IssueQuery) : Issues extracted from package searchIssues(issueQuery IssueQuery) : List<Issue> in class issue.suite.IssueTestSuite | From | To |