Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Comments

fix NPE in EventHub.destroy()#19

Merged
zhoney merged 1 commit intomasterfrom
destroy-null
Apr 8, 2019
Merged

fix NPE in EventHub.destroy()#19
zhoney merged 1 commit intomasterfrom
destroy-null

Conversation

@javeme
Copy link
Contributor

@javeme javeme commented Apr 8, 2019

fix: #18
Change-Id: I30f12a583c8168045a2b240995c5277b0efbaa4c

fix: #18
Change-Id: I30f12a583c8168045a2b240995c5277b0efbaa4c
@codecov
Copy link

codecov bot commented Apr 8, 2019

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> (ø) ⬇️

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.

@zhoney zhoney merged commit 306b4f1 into master Apr 8, 2019
@zhoney zhoney deleted the destroy-null branch April 8, 2019 08:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NullPointerException in EventHub.destroy()

3 participants