06315eb6c1e74637e07c1cd56226bfbe3c750a7d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public getConfiguration() : Configuration from class org.graylog.plugins.cef.codec.CEFSyslogCodec to public getConfiguration() : Configuration from class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
| Pull Up Method public getConfiguration() : Configuration from class org.graylog.plugins.cef.codec.CEFCodec to public getConfiguration() : Configuration from class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
| Rename Variable | 1 | ||
| Rename Variable dvc : String to fields : Map<String,Object> in method protected decideSource(cef CEFMessage, raw RawMessage) : String in class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private LABEL_SUFFIX : String in class org.graylog.plugins.cef.parser.CEFParser | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type dvc : String to fields : Map<String,Object> in method protected decideSource(cef CEFMessage, raw RawMessage) : String in class org.graylog.plugins.cef.codec.BaseCEFCodec | From | To | |
| Inline Variable | 1 | ||
| Inline Variable label : String in method package parseExtensions(x String) : Map<String,Object> from class org.graylog.plugins.cef.parser.CEFParser | From | To |