Skip to content

Patch for /trunk/com/pff/PSTTable7C.java #67

@GoogleCodeExporter

Description

@GoogleCodeExporter
Edited Line 209.

The logical operator is changed to greater than symbol.
currentValueArrayStart + TCI_bm > rowNodeInfo.length()

This is in connection to Issue 47, where we get ArrayIndexOutOfBound exception 
because few recipients will skipped because of the wrong logical operator.
Result of which is itemList will have size less than the actual no of 
recipients. And when we try to fetch we get arrayIndexOutOFBound.

ArrayStart if less than the actual row length then it should proceed forward 
and added to the itemsList. But previously few are getting skipped(because of 
continue). 

This patch will fix the issue.

Thank you. 

Regards,
Ajay Sadhu 

Original issue reported on code.google.com by [email protected] on 22 Nov 2013 at 1:21

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions