Skip to content

AbstractDataType.compare and GenericEnumType.typeCast #677

Description

@jeffjensen

Migrated from SourceForgeBugs #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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions