|
Move Method private writeIfNeeded(json JsonWriter, value String, field String, fields Collection<String>) : void from class org.sonar.server.user.ws.UserJsonWriter to public writeIfNeeded(json JsonWriter, value String, field String, fields Collection<String>) : void from class org.sonar.server.ws.JsonWriterUtils |
From |
To |
|
Move Method private writeIfNeeded(json JsonWriter, value Boolean, field String, fields Collection<String>) : void from class org.sonar.server.user.ws.UserJsonWriter to public writeIfNeeded(json JsonWriter, value Boolean, field String, fields Collection<String>) : void from class org.sonar.server.ws.JsonWriterUtils |
From |
To |
|
Move Method private isFieldWanted(field String, fields Collection<String>) : boolean from class org.sonar.server.user.ws.UserJsonWriter to public isFieldWanted(field String, fields Collection<String>) : boolean from class org.sonar.server.ws.JsonWriterUtils |
From |
To |
|
Rename Parameter extraFields : List<String> to selectedFields : List<String> in method 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 |
|
Rename Parameter extraFields : List<String> to fields : List<String> in method private writeIssueExtraFields(issue Issue, actionPlanByKeys Map<String,ActionPlan>, fields List<String>, json JsonWriter) : void in class org.sonar.server.issue.ws.IssueJsonWriter |
From |
To |
|
Rename Parameter extraFields : List<String> to fields : List<String> in method private writeIssues(result SearchResult<IssueDoc>, commentsByIssues Multimap<String,DefaultIssueComment>, usersByLogin Map<String,User>, actionPlanByKeys Map<String,ActionPlan>, componentsByUuid Map<String,ComponentDto>, projectsByComponentUuid Map<String,ComponentDto>, fields List<String>, json JsonWriter) : void in class org.sonar.server.issue.ws.SearchAction |
From |
To |