[
https://issues.apache.org/jira/browse/APEXMALHAR-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422506#comment-15422506
]
ASF GitHub Bot commented on APEXMALHAR-2176:
--------------------------------------------
GitHub user yogidevendra reopened 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 083bef378df3839513b49fd91f975a4824042b98
Author: yogidevendra <[email protected]>
Date: 2016-08-04T14:31:11Z
APEXMALHAR-2176 expressionFunctions for FilterOperator
1. added setExpressionFunctionsItem method
2. incorporating review comments.
----
> 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)