verbal-autopsy-software / InSilicoVA

R package for InSilicoVA framework
3 stars 6 forks source link

Bug: Obj should be checked in case creation of java object fails #23

Closed mjutras-mitre closed 4 years ago

mjutras-mitre commented 5 years ago

The return value of the creation of a java object will be null if something goes wrong. This ought to be checked rather than blindly moving forward.

https://github.com/verbal-autopsy-software/InSilicoVA/blob/7f770ac7ab8d82c1b9de25debc7e734f06273df8/InSilicoVA/R/get_indiv.r#L49