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.

Environment

None

Attachments

5

Activity

Show:

Martin Kurz October 8, 2013 at 3:00 PM

We recently moved to GitHub. The issue is now located here: https://github.com/rometools/rome/issues/131

Former user September 15, 2011 at 6:55 PM

Attachment test.xml has been added with description: http://java.net/jira/secure/attachment/26761/test.xml

Former user September 15, 2011 at 6:55 PM

Attachment test.xml has been added with description: http://java.net/jira/secure/attachment/26762/test.xml

Former user September 15, 2011 at 6:55 PM

Attachment NewCopyFromBugTestCase.java has been added with description: http://java.net/jira/secure/attachment/26764/NewCopyFromBugTestCase.java

Former user September 15, 2011 at 6:55 PM

Attachment CopyFromBugTestCase.java has been added with description: http://java.net/jira/secure/attachment/26760/CopyFromBugTestCase.java

UNRESOLVED

Details

Assignee

Reporter

Fix versions

Affects versions

Priority

Created May 18, 2009 at 12:56 PM
Updated October 8, 2013 at 3:00 PM
Resolved May 19, 2009 at 6:30 PM