44bc58f997ed77a80c1482d95c7de94634232119
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type Map<String,InputCreated> to Map<String,Optional<InputCreated>> in method public start(inputId String) : Map<String,Optional<InputCreated>> in class org.graylog2.rest.resources.cluster.ClusterInputStatesResource | From | To | |
Change Return Type Map<String,InputDeleted> to Map<String,Optional<InputDeleted>> in method public stop(inputId String) : Map<String,Optional<InputDeleted>> in class org.graylog2.rest.resources.cluster.ClusterInputStatesResource | From | To | |
Change Variable Type | 2 | ||
Change Variable Type result : Map<String,InputCreated> to result : Map<String,Optional<InputCreated>> in method public start(inputId String) : Map<String,Optional<InputCreated>> in class org.graylog2.rest.resources.cluster.ClusterInputStatesResource | From | To | |
Change Variable Type result : Map<String,InputDeleted> to result : Map<String,Optional<InputDeleted>> in method public stop(inputId String) : Map<String,Optional<InputDeleted>> in class org.graylog2.rest.resources.cluster.ClusterInputStatesResource | From | To |