mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #185] NPE once occurred #181
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maybeec on GitHub (Jan 9, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/185
I once observed an NPE. However, it did not reoccur for a while.
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/40757691-npe-once-occurred?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F20017320&utm_medium=issues&utm_source=github).I am posting this not as a bug but maybe it is a look worth if you are interested.
@aluxnimm commented on GitHub (Jan 9, 2017):
Thank you, could only happen if the Outlook folder can't be queried and GetTable returns null which shouldn't happen or the folder object itself couldn't be accessed.
@maybeec commented on GitHub (Jan 9, 2017):
Ok, seemingly there is a rare case, where this can happen. So maybe you can silently abort the synchronization with a warning and try it again later? Would be better.
@aluxnimm commented on GitHub (Jan 9, 2017):
Yes, sounds reasonable.