Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

[gcal] Empty calendar event title generates NPE #4856

Closed
mhilbush opened this issue Dec 3, 2016 · 2 comments
Closed

[gcal] Empty calendar event title generates NPE #4856

mhilbush opened this issue Dec 3, 2016 · 2 comments
Labels

Comments

@mhilbush
Copy link
Contributor

mhilbush commented Dec 3, 2016

Line 295 of GCalEventDownloader.java.

If the title of the Google calendar event is empty, this statement will generate an NPE.

                CalendarEventContent cec = parseEventContent(eventContent,
                        eventTitle.startsWith("[PresenceSimulation]"));
@mhilbush mhilbush changed the title [gcal] Empty calendar title generates NPE [gcal] Empty calendar event title generates NPE Dec 3, 2016
watou added a commit to watou/openhab that referenced this issue Dec 3, 2016
@watou watou closed this as completed in e761f0d Dec 3, 2016
@watou watou added the bug label Dec 3, 2016
@watou
Copy link
Contributor

watou commented Dec 3, 2016

Thanks @mhilbush!

@mhilbush
Copy link
Contributor Author

mhilbush commented Dec 3, 2016

That was quick!! 👍

mvolaart pushed a commit to mvolaart/openhab that referenced this issue Dec 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants