fb7f5eab246fbfc3899e483778830b0d50b1478a
Files Diff
- Added: 2
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private toMap(extractor Extractor) : ExtractorSummary renamed to private toSummary(extractor Extractor) : ExtractorSummary in class org.graylog2.rest.resources.system.inputs.ExtractorsResource | From | To | |
| Rename Variable | 1 | ||
| Rename Variable extractorsResponse : ExtractorsResponse to extractorsList : ExtractorSummaryList in method public all(node Node, input Input) : List<Extractor> in class org.graylog2.restclient.models.ExtractorService | From | To | |
| Move Class | 2 | ||
| Move Class org.graylog2.rest.models.system.inputs.requests.OrderExtractorsRequest moved to org.graylog2.rest.models.system.inputs.extractors.requests.OrderExtractorsRequest | From | To | |
| Move Class org.graylog2.rest.models.system.inputs.requests.CreateExtractorRequest moved to org.graylog2.rest.models.system.inputs.extractors.requests.CreateExtractorRequest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type extractorSummaryResponse : ExtractorSummaryResponse to extractorSummaryResponse : ExtractorSummary in method public load(node Node, input Input, extractorId String) : Extractor in class org.graylog2.restclient.models.ExtractorService | From | To | |
| Change Variable Type ex : ExtractorSummaryResponse to ex : ExtractorSummary in method public all(node Node, input Input) : List<Extractor> in class org.graylog2.restclient.models.ExtractorService | From | To | |
| Change Variable Type extractorsResponse : ExtractorsResponse to extractorsList : ExtractorSummaryList in method public all(node Node, input Input) : List<Extractor> in class org.graylog2.restclient.models.ExtractorService | From | To |