[ 
https://issues.apache.org/jira/browse/LUCENE-6965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088206#comment-15088206
 ] 

ASF subversion and git services commented on LUCENE-6965:
---------------------------------------------------------

Commit 1723632 from [~tomasflobbe] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1723632 ]

LUCENE-6965: Expression's JavascriptCompiler now throw ParseException with bad 
function names or bad arity instead of IllegalArgumentException

> Expression's JavascriptCompiler to throw ParseExceptions with bad function 
> names or arity
> -----------------------------------------------------------------------------------------
>
>                 Key: LUCENE-6965
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6965
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Tomás Fernández Löbbe
>         Attachments: LUCENE-6965.patch, LUCENE-6965.patch
>
>
> Currently JavascriptCompiler will throw IllegalArgumentException for bad 
> function names (or functions that don't exist) and for bad arity. I can see 
> why this was done this way, but I believe ParseException would also be 
> correct and it would be better since that's the exception clients will be 
> prepared to receive.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to