9a1e10dca235ce3d665eb9d9cd2b876630954134
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type pattern : GrokPatternSummary to pattern : GrokPattern in method public createPattern(pattern GrokPattern) : Response in class org.graylog2.rest.resources.system.GrokResource | From | To | |
Change Parameter Type pattern : GrokPatternSummary to pattern : GrokPattern in method public updatePattern(patternId String, pattern GrokPattern) : GrokPattern in class org.graylog2.rest.resources.system.GrokResource | From | To | |
Change Parameter Type patternList : Collection<GrokPatternSummary> to patternList : Collection<GrokPattern> in method public create(patternList Collection<GrokPattern>) : GrokPatternList in class org.graylog2.rest.models.system.responses.GrokPatternList | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<GrokPatternSummary> to Collection<GrokPattern> in method public abstract patterns() : Collection<GrokPattern> in class org.graylog2.rest.models.system.responses.GrokPatternList | From | To | |
Rename Class | 1 | ||
Rename Class org.graylog2.grok.GrokPatternServiceImpl renamed to org.graylog2.grok.MongoDbGrokPatternService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pattern : GrokPatternSummary to pattern : GrokPattern in method public bulkUpdatePatterns(patternList GrokPatternList, replace boolean) : Response in class org.graylog2.rest.resources.system.GrokResource | From | To |