e1f87d5bf5356900d53553c57eb3c6efe43cd7ab
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package getImplOrFail(output Output) : OutputImpl renamed to private implOrFail(output Output) : OutputImpl in class org.graylog2.streams.OutputServiceImpl | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public OutputServiceMJImpl(mongoConnection MongoConnection, mapperProvider MongoJackObjectMapperProvider, streamService StreamService, outputRegistry OutputRegistry) from class org.graylog2.streams.OutputServiceMJImpl to public OutputServiceImpl(mongoConnection MongoConnection, mapperProvider MongoJackObjectMapperProvider, streamService StreamService, outputRegistry OutputRegistry) from class org.graylog2.streams.OutputServiceImpl | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type outputs : List<OutputAVImpl> to outputs : List<OutputImpl> in method private toAbstractSetType(outputs List<OutputImpl>) : Set<Output> in class org.graylog2.streams.OutputServiceImpl | From | To | |
| Move Method | 2 | ||
| Move Method public create(_id String, title String, type String, creator_user_id String, configuration Map<String,Object>, created_at Date, content_pack String) : OutputAVImpl from class org.graylog2.streams.OutputAVImpl to public create(_id String, title String, type String, creator_user_id String, configuration Map<String,Object>, created_at Date, content_pack String) : OutputImpl from class org.graylog2.streams.OutputImpl | From | To | |
| Move Method private toAbstractSetType(outputs List<OutputAVImpl>) : Set<Output> from class org.graylog2.streams.OutputServiceMJImpl to private toAbstractSetType(outputs List<OutputImpl>) : Set<Output> from class org.graylog2.streams.OutputServiceImpl | From | To | |
| Rename Variable | 1 | ||
| Rename Variable impl : OutputImpl to outputImpl : OutputImpl in method public create(request Output) : Output in class org.graylog2.streams.OutputServiceImpl | From | To | |
| Change Return Type | 2 | ||
| Change Return Type OutputImpl to Output in method private createOutput(bundleId String, outputDescription Output, userName String) : Output in class org.graylog2.bundles.BundleImporter | From | To | |
| Change Return Type OutputAVImpl to OutputImpl in method public create(_id String, title String, type String, creator_user_id String, configuration Map<String,Object>, created_at Date, content_pack String) : OutputImpl in class org.graylog2.streams.OutputImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private dbCollection : DBCollection from class org.graylog2.streams.OutputServiceMJImpl to private dbCollection : DBCollection from class org.graylog2.streams.OutputServiceImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type output : OutputImpl to output : Output in method private createOutputs(bundleId String, outputs Set<Output>, userName String) : void in class org.graylog2.bundles.BundleImporter | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter field : String to title : String in method private makeOutput(id int, title String) : Output in class org.graylog2.streams.StreamListFingerprintTest | From | To | |
| Rename Parameter output : Output to model : Output in method public destroy(model Output) : void in class org.graylog2.streams.OutputServiceImpl | From | To |