[
https://issues.apache.org/jira/browse/APEXMALHAR-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407850#comment-15407850
]
ASF GitHub Bot commented on APEXMALHAR-2176:
--------------------------------------------
GitHub user yogidevendra opened a pull request:
https://github.com/apache/apex-malhar/pull/361
APEXMALHAR-2176 expressionFunctions for FilterOperator
1. added setExpressionFunctionsItem method
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yogidevendra/apex-malhar
APEXMALHAR-2176-filter-expressionFunctions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-malhar/pull/361.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #361
----
commit 058c422149596f5e471b200498801860971fc37a
Author: yogidevendra <[email protected]>
Date: 2016-08-04T14:31:11Z
APEXMALHAR-2176 expressionFunctions for FilterOperator
1. added setExpressionFunctionsItem method
----
> expressionFunctions for FilterOperator throws IndexOutOfBounds
> --------------------------------------------------------------
>
> Key: APEXMALHAR-2176
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2176
> Project: Apache Apex Malhar
> Issue Type: Bug
> Reporter: Yogi Devendra
> Assignee: Yogi Devendra
> Priority: Minor
>
> If expressionFunctions are added through xml conf file as follows
> {code}
> <property>
>
> <name>dt.application.FilterExample.operator.filterOperator.prop.expressionFunctions[5]</name>
> <value>org.apache.commons.lang3.BooleanUtils.*</value>
> </property>
> {code}
> This gives IndexOutOfBoundsException
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)