Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Jun 17, 2015 · 0 comments
Open

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

GoogleCodeExporter opened this issue Jun 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant