[
https://issues.apache.org/jira/browse/JEXL-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739399#action_12739399
]
Sebb commented on JEXL-68:
--------------------------
The latest patch (2009-08-05 01:53 AM) includes fixes for several different
items.
One change is the following to Interpreter.java: line 1040
- if (arithmetic.toBoolean(condition)) {
+ if (condition != null && arithmetic.toBoolean(condition)) {
I think this should be handled as a different JIRA.
> Remove usage of deprecated classes in tests
> -------------------------------------------
>
> Key: JEXL-68
> URL: https://issues.apache.org/jira/browse/JEXL-68
> Project: Commons JEXL
> Issue Type: Test
> Reporter: Henri Biestro
> Fix For: 2.0
>
> Attachments: JEXL-68.patch, JEXL-68.patch, JEXL-68.patch,
> JEXL-68.patch
>
>
> http://www.nabble.com/-JEXL--Handling-of-deprecated-items-in-2.0-tt24793279.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.