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 2009/01/16 17:45:03 UTC

DO NOT REPLY [Bug 46551] New: [PATCH] spelling error in exception if createCell(-1) called

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

           Summary: [PATCH] spelling error in exception if createCell(-1)
                    called
           Product: POI
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: robert_longson@standardandpoors.com


Created an attachment (id=23136)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23136)
patch

expected:
You cannot reference columns with an index of less than 0.

actual:
You cannot reference columns with an index of less then 0.

s/then/than/


-- 
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 46551] [PATCH] spelling error in exception if createCell(-1) called

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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Josh Micich <jo...@gildedtree.com>  2009-01-16 09:42:49 PST ---
Fixed in svn r735061 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=735061 )
I modified the error messages to include the offending index value.  The
message now looks like this:
"Invalid column index (-1).  Allowable column range for BIFF12 is (0..16383) or
('A'..'XFD')"

There was also a bug in the range checking for BIFF12/XSSF
(see changes to TestXSSFCell.testSetCellReference()).  The max cell in XSSF is
XFD1048576 (not XFE1048577).  This bug was fixed in the same change list.


-- 
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