Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
Description
HarmonyReflectionProvider is referenced in com.thoughtworks.xstream.core.JVM.bestReflectionProvider() but does not exist, causing an NPE at line 163.
Possible solutions:
- ensure that HarmonyReflectionProvider is always present in the jar
- check if loadClass() returns null before trying to create the instance.
[BTW, 1.3 is shown as an unreleased version in the drop-down list]
Hi Sebb,
you've hit unfortunately some work in progress. However, that NPE is not really tragic ... Harmony cannot run XStream currently anyway. At least M4. I will have to check M5 ASAP.