671227be79b89b7a68968834dfabe179f47bfd5a
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public testParseLeftPaddedDate() : void from class org.graylog.plugins.cef.parser.CEFParserTest to public testParseLeftPaddedDate() : void from class org.graylog.plugins.cef.parser.SyslogCEFParserTest | From | To | |
Move Method public testParseUsesProvidedTimezone() : void from class org.graylog.plugins.cef.parser.CEFParserTest to public testParseUsesProvidedTimezone() : void from class org.graylog.plugins.cef.parser.SyslogCEFParserTest | From | To | |
Change Return Type | 1 | ||
Change Return Type CEFMessage to CEFMessage.Builder in method public parse(x String) : CEFMessage.Builder in class org.graylog.plugins.cef.parser.CEFParser | From | To | |
Move Attribute | 2 | ||
Move Attribute private timezone : DateTimeZone from class org.graylog.plugins.cef.parser.CEFParser to private timezone : DateTimeZone from class org.graylog.plugins.cef.parser.SyslogCEFParser | From | To | |
Move Attribute private TIMESTAMP_PATTERN : DateTimeFormatter from class org.graylog.plugins.cef.parser.CEFParser to private TIMESTAMP_PATTERN : DateTimeFormatter from class org.graylog.plugins.cef.parser.SyslogCEFParser | From | To | |
Extract Class | 2 | ||
Extract Class org.graylog.plugins.cef.parser.SyslogCEFParser from class org.graylog.plugins.cef.parser.CEFParser | From | To | |
Extract Class org.graylog.plugins.cef.parser.SyslogCEFParserTest from class org.graylog.plugins.cef.parser.CEFParserTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute HEADER_PATTERN : Pattern to PATTERN : Pattern in class org.graylog.plugins.cef.parser.CEFParser | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type parser : CEFParser to parser : SyslogCEFParser in class org.graylog.plugins.cef.codec.CEFCodec | From | To |