a95b96a730b40e1d910d67b002a9cafd8d752727
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public visitFunctionInvocation(ctx FEEL_1_1Parser.FunctionInvocationContext) : BaseNode renamed to public visitPrimaryName(ctx FEEL_1_1Parser.PrimaryNameContext) : BaseNode in class org.kie.dmn.feel.lang.feel11.ASTBuilderVisitor | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type ctx : FEEL_1_1Parser.FunctionInvocationContext to ctx : FEEL_1_1Parser.PrimaryNameContext in method public visitPrimaryName(ctx FEEL_1_1Parser.PrimaryNameContext) : BaseNode in class org.kie.dmn.feel.lang.feel11.ASTBuilderVisitor | From | To | |
Change Parameter Type ctx : FEEL_1_1Parser.FunctionInvocationContext to ctx : ParserRuleContext in method public newFunctionInvocationNode(ctx ParserRuleContext, name BaseNode, params ListNode) : FunctionInvocationNode in class org.kie.dmn.feel.lang.ast.ASTBuilderFactory | From | To |