Migrated from SourceForge — Bugs #433
Originally reported by arrom on 2019-07-11 18:42:40.269000
Priority: 5
Assigned to jeffjensen
SF status: pending
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.
jeffjensen — 2019-07-12 00:52:12.499000
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
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.
jeffjensen — 2019-07-12 00:52:12.499000
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