You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Rajneesh Gupta <ra...@logicacmg.com> on 2006/12/03 13:10:11 UTC

Re: DO NOT REPLY [Bug 41026] - [PATCH] ArrayIndexOutOfBoundsException in ValueRecordsAggregate.rowHasCells

 <bugzilla <at> apache.org> writes:

> 
> DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
> RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
> <http://issues.apache.org/bugzilla/show_bug.cgi?id=41026>.
> ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
> INSERTED IN THE BUG DATABASE.
> 
> http://issues.apache.org/bugzilla/show_bug.cgi?id=41026
> 
> ------- Additional Comments From julien.ayme <at> gmail.com  2006-11-23 05:48
-------
> Created an attachment (id=19166)
>  --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19166&action=view)
> Patch for the class org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate
> 
> A little bug: just an '>=' instead of '>' and its all done.
> 

Modifying the source of
org.apache.poi.hssf.record.aggregates.ValueRecordsAggregate.rowHasCells method
dosent work either. [    if (row >= records.length)    ]

Same exception is thrown. 





---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/