commit | 61a3d125c48869c8e5fdaf195abbb46fbaaf0c30 | [log] [tgz] |
---|---|---|
author | Marko A. Rodriguez <okrammarko@gmail.com> | Thu Mar 09 14:49:36 2017 -0700 |
committer | Marko A. Rodriguez <okrammarko@gmail.com> | Thu Mar 09 14:49:36 2017 -0700 |
tree | eb73f20807bcac3fda4eee5f9d64847d1b85db66 | |
parent | 9ea319d5d102432312f2044fc72e3668c1a8f7e2 [diff] |
Fixed an NPE in GraphMLReader where if the <edge> doesn't have an ID field and the base graph supports ids, then an NPE happens. Added a test case to verifiy working behavior. Super simple fix. CTR.