ContainX / openstack4j

A Fluent OpenStack SDK / Client Library for Java
http://openstack4j.com
Other
290 stars 368 forks source link

java.lang.NullPointerException:org.openstack4j.openstack.common.ListResult<T>.first() #936

Open Cherry522 opened 7 years ago

Cherry522 commented 7 years ago

java.lang.NullPointerException in first() method: org.openstack4j.openstack.common.ListResult.first();

vangogh-ken commented 7 years ago

Without null check of value()

auhlig commented 7 years ago

PR #932