12bfc0c5306b8f2b5e00be1224239de8b72eab4b
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private buildFieldStringValueDescription() : String renamed to private buildFieldContentValueDescription() : String in class org.graylog2.restclient.models.alerts.AlertCondition | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type fieldStringValueAlertFactory : FieldStringValueAlertCondition.Factory to fieldContentValueAlertFactory : FieldContentValueAlertCondition.Factory in method public AlertServiceImpl(mongoConnection MongoConnection, fieldValueAlertFactory FieldValueAlertCondition.Factory, messageCountAlertFactory MessageCountAlertCondition.Factory, fieldContentValueAlertFactory FieldContentValueAlertCondition.Factory) in class org.graylog2.alerts.AlertServiceImpl | From | To | |
| Change Return Type | 2 | ||
| Change Return Type FieldStringValueAlertCondition to FieldContentValueAlertCondition in method public createAlertCondition(stream Stream, id String, createdAt DateTime, creatorUserId String, parameters Map<String,Object>) : FieldContentValueAlertCondition in class org.graylog2.alerts.types.FieldContentValueAlertCondition.Factory | From | To | |
| Change Return Type FieldStringValueAlertCondition to FieldContentValueAlertCondition in method protected getCondition(parameters Map<String,Object>) : FieldContentValueAlertCondition in class org.graylog2.alerts.types.FieldContentValueAlertConditionTest | From | To | |
| Rename Class | 2 | ||
| Rename Class org.graylog2.alerts.types.FieldStringValueAlertConditionTest renamed to org.graylog2.alerts.types.FieldContentValueAlertConditionTest | From | To | |
| Rename Class org.graylog2.alerts.types.FieldStringValueAlertCondition renamed to org.graylog2.alerts.types.FieldContentValueAlertCondition | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute fieldStringValueAlertFactory : FieldStringValueAlertCondition.Factory to fieldContentValueAlertFactory : FieldContentValueAlertCondition.Factory in class org.graylog2.alerts.AlertServiceImpl | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type condition : FieldStringValueAlertCondition to condition : FieldContentValueAlertCondition in method public testRunNoMatchingMessages() : void in class org.graylog2.alerts.types.FieldContentValueAlertConditionTest | From | To | |
| Change Variable Type condition : FieldStringValueAlertCondition to condition : FieldContentValueAlertCondition in method public testConstructor() : void in class org.graylog2.alerts.types.FieldContentValueAlertConditionTest | From | To | |
| Change Variable Type condition : FieldStringValueAlertCondition to condition : FieldContentValueAlertCondition in method public testRunMatchingMessagesInStream() : void in class org.graylog2.alerts.types.FieldContentValueAlertConditionTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type fieldStringValueAlertFactory : FieldStringValueAlertCondition.Factory to fieldContentValueAlertFactory : FieldContentValueAlertCondition.Factory in class org.graylog2.alerts.AlertServiceImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter fieldStringValueAlertFactory : FieldStringValueAlertCondition.Factory to fieldContentValueAlertFactory : FieldContentValueAlertCondition.Factory in method public AlertServiceImpl(mongoConnection MongoConnection, fieldValueAlertFactory FieldValueAlertCondition.Factory, messageCountAlertFactory MessageCountAlertCondition.Factory, fieldContentValueAlertFactory FieldContentValueAlertCondition.Factory) in class org.graylog2.alerts.AlertServiceImpl | From | To |