SyndFeedImpl copyFrom method does not copy Entry Categories
Description
The entry objects in a a SyndFeedImpl object (or subclass of this) populated with the copyFrom method will not have their categories set from the originals. I.e., "this.copyFrom(original); ((SyndEntry) (this.getEntries().get(0))).getCategories());" will always return an empty list.
The entry objects in a a SyndFeedImpl object (or subclass of this) populated
with the copyFrom method will not have their categories set from the originals.
I.e., "this.copyFrom(original); ((SyndEntry)
(this.getEntries().get(0))).getCategories());" will always return an empty list.