5a9eaac4ac4696c88fb9c4e4499e0e5725c5673e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public isFieldWanted(field String, fields Collection<String>) : boolean renamed to public isFieldNeeded(field String, fields Collection<String>) : boolean in class org.sonar.server.ws.JsonWriterUtils | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private ISSUE_FIELDS : List<String> in class org.sonar.server.issue.InternalRubyIssueService | From | To | |
Extract Method | 1 | ||
Extract Method private useDefaultFieldsIfNotSpecified(selectedFields List<String>) : List<String> extracted from public write(json JsonWriter, issue Issue, usersByLogin Map<String,User>, componentsByUuid Map<String,ComponentDto>, projectsByComponentUuid Map<String,ComponentDto>, commentsByIssues Multimap<String,DefaultIssueComment>, actionPlanByKeys Map<String,ActionPlan>, selectedFields List<String>) : void in class org.sonar.server.issue.ws.IssueJsonWriter | From | To |