jrtom/jung

LayoutModel implementations don't reject null Graph inputs

jrtom opened this issue · 1 comments

jrtom commented

We should add a Preconditions.checkNotNull to the constructors and setGraph() methods to fail-fast when null Graph objects are provided.

jrtom commented

Fixed in #228.