85239c69ae3eb98a5ee6fc2575d4a5d8911e1896
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method private decideSource(cef CEFMessage, raw RawMessage) : String from class org.graylog.plugins.cef.codec.CEFCodec to protected decideSource(cef CEFMessage, raw RawMessage) : String from class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
Pull Up Method private buildMessageSummary(cef CEFMessage) : String from class org.graylog.plugins.cef.codec.CEFCodec to protected buildMessageSummary(cef CEFMessage) : String from class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private configuration : Configuration from class org.graylog.plugins.cef.codec.CEFCodec to protected configuration : Configuration from class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.graylog.plugins.cef.codec.BaseCEFCodec from classes [org.graylog.plugins.cef.codec.CEFCodec] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute FIELDS_PARSER : CEFFieldsParser to parser : CEFFieldsParser in class org.graylog.plugins.cef.parser.CEFParser | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parser : SyslogCEFParser to parser : CEFParser in class org.graylog.plugins.cef.codec.CEFCodec | From | To |