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 leak of absolute path in gremlin #871

Merged
merged 5 commits into from
Feb 28, 2020
Merged

fix leak of absolute path in gremlin #871

merged 5 commits into from
Feb 28, 2020

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Feb 27, 2020

Change-Id: I2e066014a3993862f3bea830dd4a683d2c7b6f63

Change-Id: I2e066014a3993862f3bea830dd4a683d2c7b6f63
@codecov
Copy link

codecov bot commented Feb 27, 2020

Codecov Report

Merging #871 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #871      +/-   ##
============================================
- Coverage     72.12%   72.11%   -0.01%     
  Complexity     4450     4450              
============================================
  Files           287      287              
  Lines         21201    21208       +7     
  Branches       2992     2992              
============================================
+ Hits          15291    15294       +3     
- Misses         4404     4408       +4     
  Partials       1506     1506              
Impacted Files Coverage Δ Complexity Δ
...om/baidu/hugegraph/api/filter/ExceptionFilter.java 62.36% <0.00%> (-4.31%) 0.00% <0.00%> (ø%)

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 9b0290c...670a0d1. Read the comment docs.

Change-Id: I31bfc7faa89c226cb26fd4f2154d226904aec0ab
SerializerProvider provider)
throws IOException {
jsonGenerator.writeStartObject();
jsonGenerator.writeStringField("fileName", file.getName());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fileName => file_name or file

Change-Id: Ib33b164c8d47d86e0e47f7c9096f1d2cb1ba30a9
Change-Id: Idcafd6d73ac5d2a9cfa162ca4203d0d0f574b995
Change-Id: I8daef207b2db62fcb08a1d46e61a4b7381e21b9b
@javeme javeme merged commit 9ad9031 into master Feb 28, 2020
@javeme javeme deleted the fix-path-expose branch February 28, 2020 06:08
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.

None yet

3 participants