[
http://issues.apache.org/jira/browse/XALANJ-2346?page=comments#action_12457548
]
Brian Minchau commented on XALANJ-2346:
---------------------------------------
>From the Xalan-J JIRA triage meeting on December 11, 2006:
> Kevin Cormier agreed to look at this one, checking
> for references to Double.NaN that might be the same
> problem in other locations in the code, also for
> Float.NaN. Kevin agreed to review this one and
> come up with a new patch if necessary.
> [PATCH] fixes for faulty NaN handling
> -------------------------------------
>
> Key: XALANJ-2346
> URL: http://issues.apache.org/jira/browse/XALANJ-2346
> Project: XalanJ2
> Issue Type: Bug
> Components: XSLTC
> Affects Versions: 2.7.1
> Reporter: Dave Brosius
> Attachments: bad_nan.diff
>
>
> By definition, NaN is not equal to itself, therefore
> if (d == Double.NaN)
> will always be false. Changed such instances to
> if (Double.isNaN(d))
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]