91118466cbc8bad6ed50e9a6fc6708af888654e8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type args : List<Expression> to args : Map<String,Expression> in method public FunctionExpression(name String, args Map<String,Expression>) in class org.graylog.plugins.messageprocessor.ast.expressions.FunctionExpression | From | To | |
Change Return Type | 1 | ||
Change Return Type ParseTreeProperty<List<Expression>> to ParseTreeProperty<Map<String,Expression>> in method public arguments() : ParseTreeProperty<Map<String,Expression>> in class org.graylog.plugins.messageprocessor.parser.RuleParser.ParseContext | From | To | |
Change Variable Type | 1 | ||
Change Variable Type args : List<Expression> to args : Map<String,Expression> in method public exitFunctionCall(ctx RuleLangParser.FunctionCallContext) : void in class org.graylog.plugins.messageprocessor.parser.RuleParser.AstBuilder | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type args : ParseTreeProperty<List<Expression>> to args : ParseTreeProperty<Map<String,Expression>> in class org.graylog.plugins.messageprocessor.parser.RuleParser.ParseContext | From | To | |
Change Attribute Type args : ParseTreeProperty<List<Expression>> to args : ParseTreeProperty<Map<String,Expression>> in class org.graylog.plugins.messageprocessor.parser.RuleParser.AstBuilder | From | To | |
Change Attribute Type args : List<Expression> to args : Map<String,Expression> in class org.graylog.plugins.messageprocessor.ast.expressions.FunctionExpression | From | To |