davemckain / qtiworks

**This project will be closed in early 2023!** IMS QTI 2.1 assessment delivery engine and Java development library (JQTI+). Supports the MathAssess extensions. Replacement for QTIEngine/JQTI and MathAssessEngine/JQTI. Note that this project has now ended and no further work is currently planned.
Other
67 stars 55 forks source link

lookupTable implementation probably needs attention #59

Open davemckain opened 9 years ago

davemckain commented 9 years ago

The server logs show a NullPointerException in SingleValueAttribute.parseDomAttributeValue(). This could happen if baseType is null. There seems to be some odd mutation of baseTypes happening in LookupTable. I suspect this probably isn't working correctly. (It has never been fully tested - I don't think we have any examples of this at present.)