tl24 / jsonexserializer

Automatically exported from code.google.com/p/jsonexserializer
1 stars 1 forks source link

Something wrong in DictionaryToListConverter #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In "ConvertTo()", the sourceType parameter is provided but the instance
variable _sourceType is getting used for looking up a TypeHandler. 

_sourceType is never assigned, so I think the instance variable should be
removed and replaced by the parameter sourceType.

Please review. TY! :)

...armin

Original issue reported on code.google.com by paramatrix@gmail.com on 29 Jul 2008 at 9:26

GoogleCodeExporter commented 9 years ago
Yes, you're right.  The instance variable should probably be removed.

Original comment by elliott....@gmail.com on 6 Aug 2008 at 7:06

GoogleCodeExporter commented 9 years ago

Original comment by elliott....@gmail.com on 26 Jan 2009 at 12:58

GoogleCodeExporter commented 9 years ago
3.0 Release

Original comment by elliott....@gmail.com on 26 Jan 2009 at 2:22