You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/11/05 10:42:30 UTC

DO NOT REPLY [Bug 46150] New: EvaluationCache.getPlainValueEntry() assertion fails

https://issues.apache.org/bugzilla/show_bug.cgi?id=46150

           Summary: EvaluationCache.getPlainValueEntry() assertion fails
           Product: POI
           Version: 3.2-dev
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: frantisek.jandos@gmail.com


If I run full workbook recalculation, using
HSSFFormulaEvaluator.evaluateAllFormulaCells() I got ISE from
EvaluationCache.getPlainValueEntry() method, telling me "value changed". This
is due to comparison of Double.NaN == Double.NaN which result is false.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 46150] EvaluationCache.getPlainValueEntry() assertion fails

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46150


Josh Micich <jo...@gildedtree.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Josh Micich <jo...@gildedtree.com>  2008-11-05 09:46:41 PST ---
It's easy enough to handle this extra case (NaN), but I was of the
understanding that Excel uses error code (#NUM!) whenever an IEEE floating
point operation resulted in NaN.  At the moment, I am guessing that the bug is
probably elsewhere.

Could you attach a sample spreadsheet which shows this problem?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 46150] EvaluationCache.getPlainValueEntry() assertion fails

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46150

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
no response in a long time => resolving for now, please reopen with more
information ifnthis is still an issue

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org