Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.1
-
Component/s: Converters
-
Labels:None
Description
need to identify objects of type primitive class in:
com.thoughtworks.xstream.converters.extended.JavaClassConverter
protected Object fromString(String str) {
try
catch (ClassNotFoundException e)
{ throw new ConversionException("Cannot load java class " + str, e); }}
this seems to work - havent checked for any differences in null pointer behavior - may want to check that as well.