d150e2712b37d6d6488b126853949d74821ed79f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rulesToRun : ArrayList<Rule> to rulesToRun : List<Rule> in method private evaluateRuleCondition(rule Rule, message Message, msgId String, pipeline Pipeline, context EvaluationContext, rulesToRun List<Rule>, interpreterListener InterpreterListener) : boolean in class org.graylog.plugins.pipelineprocessor.processors.PipelineInterpreter | From | To | |
Extract Variable | 1 | ||
Extract Variable ruleCondition : boolean in method private evaluateStage(stage Stage, message Message, msgId String, result List<Message>, pipelinesToSkip Set<Pipeline>, interpreterListener InterpreterListener) : void from class org.graylog.plugins.pipelineprocessor.processors.PipelineInterpreter | From | To | |
Extract Method | 1 | ||
Extract Method private createPipelineInterpreter(ruleService RuleService, pipelineService PipelineService, functions Map<String,Function<?>>) : PipelineInterpreter extracted from public testCreateMessage() : void in class org.graylog.plugins.pipelineprocessor.processors.PipelineInterpreterTest | From | To |