|
Change Variable Type stageSet : Set<Tuple2<Stage,Pipeline>> to stageSet : List<Stage> in method public multiplePipelines() : void in class org.graylog.plugins.pipelineprocessor.processors.StageIteratorTest |
From |
To |
|
Change Variable Type nextStages : Set<Tuple2<Stage,Pipeline>> to nextStages : List<Stage> in method public singlePipelineNoStage() : void in class org.graylog.plugins.pipelineprocessor.processors.StageIteratorTest |
From |
To |
|
Change Variable Type stage : Tuple2<Stage,Pipeline> to stage : Stage in method public singlePipelineNoStage() : void in class org.graylog.plugins.pipelineprocessor.processors.StageIteratorTest |
From |
To |
|
Change Variable Type stages : Set<Tuple2<Stage,Pipeline>>[] to stages : List<Stage>[] in method public singlePipelineTwoStages() : void in class org.graylog.plugins.pipelineprocessor.processors.StageIteratorTest |
From |
To |
|
Change Variable Type stageSet : Set<Tuple2<Stage,Pipeline>> to stageSet : List<Stage> in method private processForResolvedPipelines(message Message, msgId String, pipelines Set<Pipeline>, interpreterListener InterpreterListener) : List<Message> in class org.graylog.plugins.pipelineprocessor.processors.PipelineInterpreter |
From |
To |
|
Change Variable Type stageSets : List<Set<Tuple2<Stage,Pipeline>>> to stageSets : List<List<Stage>> in method public multiplePipelines() : void in class org.graylog.plugins.pipelineprocessor.processors.StageIteratorTest |
From |
To |