muhammadnaveed / syncnotes2google

Automatically exported from code.google.com/p/syncnotes2google
0 stars 0 forks source link

Nullpointer exception in the getFirstEntry() method of the NotesCalendarDAO class #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A Nullpointer exception is thrown in the getFirstEntry() method of the 
NotesCalendarDAO class when the DViewEntry#getDocument() method returns Null.

I don't know why it returns Null. It worked fine for months until this week.

I created a patch that adds a check for a Null workDoc variable. This fixes the 
issue.

Original issue reported on code.google.com by smies....@gmail.com on 19 Oct 2010 at 10:06

Attachments: