Details
Description
Rice reports a null pointer error in CC export. in ForumExport at the following location:
List<ForumItem> items = getItemsInSite(siteId);
x for (ForumItem item: items) {
ret.add(item.id);
They tried adding a null check and it seems to be working.