81a0e1082485d47f92108815284fe4b1ece64805
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type alertConditions : Collection<AlertCondition> to alertConditions : Collection<AlertConditionSummary> in method public create(id String, creatorUserId String, outputs Collection<OutputSummary>, matchingType String, description String, createdAt String, disabled boolean, rules Collection<StreamRule>, alertConditions Collection<AlertConditionSummary>, alertReceivers AlertReceivers, title String, contentPack String) : StreamResponse in class org.graylog2.rest.resources.streams.responses.StreamResponse | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,Object> to AlertConditionListSummary in method public list(streamid String) : AlertConditionListSummary in class org.graylog2.rest.resources.streams.alerts.StreamAlertConditionResource | From | To | |
Change Return Type Collection<AlertCondition> to Collection<AlertConditionSummary> in method public abstract alertConditions() : Collection<AlertConditionSummary> in class org.graylog2.rest.resources.streams.responses.StreamResponse | From | To | |
Extract Variable | 1 | ||
Extract Variable builder : ImmutableMap.Builder<String,Object> in method public asMap(alertCondition AlertCondition) : Map<String,Object> from class org.graylog2.alerts.AlertServiceImpl | From | To |