| Test | # Passed | # Skipped | # Failed | Time (ms) | Included Groups | Excluded Groups |
|---|---|---|---|---|---|---|
| RegexExpressionExtensionTestSuit | ||||||
| RegexExpressionExtensionTest | 32 | 0 | 0 | 811 | ||
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'ad33547e-09dd-433b-99a1-f2e2c8000e29' @ Line: 1. Position: 141, near 'regex:find(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase1(FindFunctionExtensionTestCase.java:57)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:find() function, required 2 or 3, but found 1
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:129)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '3d105bb6-819f-4ba2-9a11-a13f4c53e156' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase2(FindFunctionExtensionTestCase.java:71)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:find() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:137)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '4a9c3c79-8135-4dcc-b636-4727750c5c75' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase3(FindFunctionExtensionTestCase.java:84)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:find() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:143)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '443abee9-1c93-4ff3-b3a9-6b17afa05d5e' @ Line: 1. Position: 186, near 'regex:find(regex, symbol, startingIndex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase4(FindFunctionExtensionTestCase.java:98)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:find() function, required INT, but found STRING
at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:151)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'f6d3e64e-97d7-4e7d-93e3-c1bde3719615' @ Line: 1. Position: 161, near 'regex:group(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension1(GroupFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:group() function, required 3, but found 2
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:104)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '35084efc-55dc-4fc2-923e-ee4ac713f11d' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension2(GroupFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of str:group() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:111)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '7d8f92aa-74ed-4b8d-b9a3-92ea6feec917' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension3(GroupFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of str:group() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:117)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '4de329e6-e1c3-497c-83cf-c68c2b20a9d3' @ Line: 1. Position: 171, near 'regex:group(regex, symbol, group)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension4(GroupFunctionExtensionTestCase.java:81)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:group() function, required INT, but found STRING
at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:123)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '5182fcf8-09d7-4e33-a123-e2ddce56602c' @ Line: 1. Position: 146, near 'regex:lookingAt(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension1(LookingAtFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:lookingAt() function, required 2, but found 1
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:108)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '28403ba2-8c78-4c32-b869-ddeff4f0368a' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension2(LookingAtFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:lookingAt() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:116)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'b1803c23-9e93-43e7-b03e-0871e8326e58' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension3(LookingAtFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:lookingAt() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:122)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '03f7977c-eabd-4fed-b4c7-d15079300b30' @ Line: 1. Position: 144, near 'regex:matches(regex)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension1(MatchesFunctionExtensionTestCase.java:41)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:matches() function, required 2, but found 1
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:107)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '91899bc1-9b00-43a0-84a8-2a8b35b5990a' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension2(MatchesFunctionExtensionTestCase.java:54)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:matches() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:115)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |
| Expected Exception |
|---|
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '0f9c43f9-68d1-4182-8ce4-628f6294fa2e' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'.
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58)
at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427)
at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205)
at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90)
at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115)
at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:245)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65)
at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74)
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension3(MatchesFunctionExtensionTestCase.java:67)
Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:matches() function, required STRING, but found INT
at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:121)
at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:56)
... 36 more
... Removed 28 stack frames |