|
Change Parameter Type controller : NewController to controller : WebService.NewController in method public define(controller WebService.NewController) : void in class org.sonar.server.ws.ws.ResponseExampleAction |
From |
To |
|
Change Parameter Type action : Action to action : WebService.Action in method private writeAction(writer JsonWriter, action WebService.Action, includeInternals boolean) : void in class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Change Parameter Type controller : Controller to controller : WebService.Controller in method private writeController(writer JsonWriter, controller WebService.Controller, includeInternals boolean) : void in class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Change Parameter Type context : Context to context : WebService.NewController in method public define(context WebService.NewController) : void in class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Change Parameter Type param : Param to param : WebService.Param in method private writeParam(writer JsonWriter, param WebService.Param) : void in class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Move Method private writeParam(writer JsonWriter, param Param) : void from class org.sonar.server.ws.ws.WebServicesWs to private writeParam(writer JsonWriter, param WebService.Param) : void from class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Move Method private writeAction(writer JsonWriter, action Action, includeInternals boolean) : void from class org.sonar.server.ws.ws.WebServicesWs to private writeAction(writer JsonWriter, action WebService.Action, includeInternals boolean) : void from class org.sonar.server.ws.ws.ListAction |
From |
To |
|
Move Method private writeController(writer JsonWriter, controller Controller, includeInternals boolean) : void from class org.sonar.server.ws.ws.WebServicesWs to private writeController(writer JsonWriter, controller WebService.Controller, includeInternals boolean) : void from class org.sonar.server.ws.ws.ListAction |
From |
To |