Menu

#433 AbstractDataType.compare and GenericEnumType.typeCast

v2.6.*
pending
None
(not fixed)
5
2019-07-12
2019-07-11
ARom
No

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.

Discussion

  • Jeff Jensen

    Jeff Jensen - 2019-07-12

    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

     
  • Jeff Jensen

    Jeff Jensen - 2019-07-12
    • status: open --> pending
    • assigned_to: Jeff Jensen
     

Log in to post a comment.