Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPE when json file reload #112

Merged
merged 2 commits into from
Dec 5, 2019
Merged

Fix NPE when json file reload #112

merged 2 commits into from
Dec 5, 2019

Conversation

Linary
Copy link
Contributor

@Linary Linary commented Dec 4, 2019

Fix #111

Change-Id: I4f12bcd3ca19464823bc52e5d6b408e4592e1cfc

Fix #111

Change-Id: I4f12bcd3ca19464823bc52e5d6b408e4592e1cfc
Change-Id: Ia138da8158aca5e872e8560727d1525266916214
@codecov
Copy link

codecov bot commented Dec 5, 2019

Codecov Report

Merging #112 into master will increase coverage by 7.38%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master    #112      +/-   ##
===========================================
+ Coverage     68.42%   75.8%   +7.38%     
- Complexity      563     617      +54     
===========================================
  Files            63      63              
  Lines          2337    2339       +2     
  Branches        245     245              
===========================================
+ Hits           1599    1773     +174     
+ Misses          605     416     -189     
- Partials        133     150      +17
Impacted Files Coverage Δ Complexity Δ
.../baidu/hugegraph/loader/source/AbstractSource.java 88.88% <100%> (+1.38%) 9 <2> (+1) ⬆️
.../com/baidu/hugegraph/loader/util/DataTypeUtil.java 67.46% <0%> (+0.79%) 32% <0%> (ø) ⬇️
...java/com/baidu/hugegraph/loader/util/LoadUtil.java 73.33% <0%> (+2.22%) 12% <0%> (+1%) ⬆️
.../baidu/hugegraph/loader/progress/LoadProgress.java 100% <0%> (+3.22%) 14% <0%> (+1%) ⬆️
...com/baidu/hugegraph/loader/struct/GraphStruct.java 89.58% <0%> (+4.16%) 11% <0%> (+1%) ⬆️
...m/baidu/hugegraph/loader/reader/jdbc/JDBCUtil.java 9.83% <0%> (+9.83%) 3% <0%> (+3%) ⬆️
...du/hugegraph/loader/reader/InputReaderFactory.java 42.85% <0%> (+14.28%) 2% <0%> (ø) ⬇️
.../baidu/hugegraph/loader/task/SingleInsertTask.java 68.57% <0%> (+14.28%) 7% <0%> (+2%) ⬆️
.../hugegraph/loader/serializer/InputSourceDeser.java 71.42% <0%> (+19.04%) 4% <0%> (ø) ⬇️
...baidu/hugegraph/loader/source/jdbc/JDBCVendor.java 32.87% <0%> (+32.87%) 9% <0%> (+9%) ⬆️
... and 3 more

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 d8cf21f...ec1d805. Read the comment docs.

@zhoney zhoney merged commit 62727dd into master Dec 5, 2019
@zhoney zhoney deleted the npe-json-reload branch December 5, 2019 10:13
imbajin pushed a commit that referenced this pull request Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

断点续导报错空指针异常
3 participants