History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-440
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joerg Schaible
Reporter: Joerg Schaible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

Prevent usage of implicit collection for non-Collection types

Created: 08/Oct/07 03:30 AM   Updated: 22/Oct/07 04:45 PM
Component/s: Core
Affects Version/s: 1.2.2
Fix Version/s: 1.x Maintenance


 Description  « Hide
It happened more than once that users declare an implicit collection for a member that is not of a Collection type. However, XStream neither chokes at declaration nor at serialization, but it fails to deserialize the generated XML.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 22/Oct/07 04:45 PM
Such an attempt throws now an InitializerException.