camelot-framework / yatomata

Yet another finite state machine implementation
26 stars 9 forks source link

Fixed stupid NPE in FSMBuilder with instance logic #18

Closed vania-pooh closed 7 years ago

vania-pooh commented 7 years ago

In current implementation even if we pass FSM instance class field with null value is passed to Metadata causing an NPE. Covered this stuff by test.