746e071ef441fd420f593d7351774e5e1c822455
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public eval(args FunctionArgs, context EvaluationContext, type Class<? extends X>) : Optional<X> renamed to public optional(args FunctionArgs, context EvaluationContext) : Optional<R> in class org.graylog.plugins.pipelineprocessor.ast.functions.ParameterDescriptor | From | To | |
Rename Method public evalRequired(args FunctionArgs, context EvaluationContext, type Class<? extends X>) : X renamed to public required(args FunctionArgs, context EvaluationContext) : R in class org.graylog.plugins.pipelineprocessor.ast.functions.ParameterDescriptor | From | To | |
Change Return Type | 2 | ||
Change Return Type X to R in method public required(args FunctionArgs, context EvaluationContext) : R in class org.graylog.plugins.pipelineprocessor.ast.functions.ParameterDescriptor | From | To | |
Change Return Type Optional<X> to Optional<R> in method public optional(args FunctionArgs, context EvaluationContext) : Optional<R> in class org.graylog.plugins.pipelineprocessor.ast.functions.ParameterDescriptor | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable timeZone : DateTimeZone to timezone : DateTimeZone in method protected evaluate(args FunctionArgs, context EvaluationContext, timezone DateTimeZone) : DateTime in class org.graylog.plugins.pipelineprocessor.functions.dates.FlexParseDate | From | To | |
Extract Variable | 1 | ||
Extract Variable name : String in method public preprocessArgs(args FunctionArgs) : void from class org.graylog.plugins.pipelineprocessor.ast.functions.Function | From | To |