72d4f8ca54451b5961d8f34efbade666d695b437
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable conditions : List<Map<String,Object>> to result : List<AlertSummary> in method private toSummaryList(alertList List<Alert>) : List<AlertSummary> in class org.graylog2.rest.resources.streams.alerts.StreamAlertResource | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to AlertListSummary in method public list(streamid String, sinceTs int) : AlertListSummary in class org.graylog2.rest.resources.streams.alerts.StreamAlertResource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type conditions : List<Map<String,Object>> to result : List<AlertSummary> in method private toSummaryList(alertList List<Alert>) : List<AlertSummary> in class org.graylog2.rest.resources.streams.alerts.StreamAlertResource | From | To | |
Extract Method | 1 | ||
Extract Method private toSummaryList(alertList List<Alert>) : List<AlertSummary> extracted from public list(streamid String, sinceTs int) : Map<String,Object> in class org.graylog2.rest.resources.streams.alerts.StreamAlertResource | From | To |