AbstractDataType.compare at line 82 calls GenericEnumType.typeCast However, GenericEnumType.typeCast does not check if object is null when it calls "return arg0.toString();", trhwoing a NullPointerException under certain conditions.
Thank you for reporting.
Are you able to make a merge request with the fix and tests? If so, this page has helpful info to so so: http://dbunit.sourceforge.net/devguide.html
Log in to post a comment.
Thank you for reporting.
Are you able to make a merge request with the fix and tests?
If so, this page has helpful info to so so:
http://dbunit.sourceforge.net/devguide.html