b5543123932878fa14d8f05bf7f2f435369d5f15
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type s : SystemJobSummaryResponse to s : SystemJobSummary in method public SystemJob(nodeService NodeService, s SystemJobSummary) in class org.graylog2.restclient.models.SystemJob | From | To | |
Rename Variable | 1 | ||
Rename Variable job : SystemJob to systemJob : SystemJob in method public get(jobId String) : SystemJobSummary in class org.graylog2.rest.resources.system.jobs.SystemJobResource | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,List<Map<String,Object>>> to Map<String,List<SystemJobSummary>> in method public list() : Map<String,List<SystemJobSummary>> in class org.graylog2.rest.resources.system.jobs.SystemJobResource | From | To | |
Change Return Type Map<String,Object> to SystemJobSummary in method public get(jobId String) : SystemJobSummary in class org.graylog2.rest.resources.system.jobs.SystemJobResource | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.graylog2.restclient.models.api.responses.system.SystemJobSummaryResponse moved and renamed to org.graylog2.rest.models.system.SystemJobSummary | From | To | |
Change Variable Type | 1 | ||
Change Variable Type job : SystemJobSummaryResponse to job : SystemJobSummary in method public allSystemJobs() : List<SystemJob> in class org.graylog2.restclient.models.ClusterService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type jobs : List<SystemJobSummaryResponse> to jobs : List<SystemJobSummary> in class org.graylog2.restclient.models.api.responses.system.GetSystemJobsResponse | From | To |