apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

fix NPE in EventHub.destroy() #19

Closed javeme closed 5 years ago

javeme commented 5 years ago

fix: #18 Change-Id: I30f12a583c8168045a2b240995c5277b0efbaa4c

codecov[bot] commented 5 years ago

Codecov Report

Merging #19 into master will decrease coverage by 0.11%. The diff coverage is 60%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #19      +/-   ##
============================================
- Coverage      62.3%   62.19%   -0.12%     
+ Complexity      347      346       -1     
============================================
  Files            43       43              
  Lines          1377     1378       +1     
  Branches        213      213              
============================================
- Hits            858      857       -1     
  Misses          420      420              
- Partials         99      101       +2
Impacted Files Coverage Δ Complexity Δ
.../main/java/com/baidu/hugegraph/event/EventHub.java 80.55% <0%> (-2.55%) 26 <1> (-1)
...m/baidu/hugegraph/iterator/ExtendableIterator.java 81.39% <66.66%> (ø) 16 <3> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 95530cc...b030470. Read the comment docs.