Skip to content

fix a typo in ByteBufferProxy #172

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

Merged
merged 1 commit into from
Mar 12, 2021
Merged

fix a typo in ByteBufferProxy #172

merged 1 commit into from
Mar 12, 2021

Conversation

huahaiy
Copy link

@huahaiy huahaiy commented Jan 28, 2021

There's a typo at line 136 of ByteBufferProxy

@codecov-io
Copy link

Codecov Report

Merging #172 (068aa61) into master (3a0a702) will increase coverage by 0.14%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #172      +/-   ##
============================================
+ Coverage     91.06%   91.21%   +0.14%     
- Complexity      382      383       +1     
============================================
  Files            30       30              
  Lines          1343     1343              
  Branches        116      116              
============================================
+ Hits           1223     1225       +2     
+ Misses           58       57       -1     
+ Partials         62       61       -1     
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/lmdbjava/BufferProxy.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/main/java/org/lmdbjava/ByteArrayProxy.java 100.00% <ø> (ø) 12.00 <0.00> (ø)
src/main/java/org/lmdbjava/ByteBufProxy.java 84.90% <ø> (+3.77%) 12.00 <0.00> (+1.00)
src/main/java/org/lmdbjava/ByteBufferProxy.java 86.17% <0.00%> (ø) 2.00 <0.00> (ø)
src/main/java/org/lmdbjava/CopyFlags.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/main/java/org/lmdbjava/Cursor.java 90.37% <ø> (ø) 27.00 <0.00> (ø)
src/main/java/org/lmdbjava/CursorIterable.java 89.18% <ø> (ø) 19.00 <0.00> (ø)
src/main/java/org/lmdbjava/Dbi.java 93.08% <ø> (ø) 34.00 <0.00> (ø)
src/main/java/org/lmdbjava/DbiFlags.java 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/main/java/org/lmdbjava/DirectBufferProxy.java 95.83% <ø> (ø) 15.00 <0.00> (ø)
... and 21 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 3a0a702...068aa61. Read the comment docs.

@benalexau benalexau merged commit 18fbd77 into lmdbjava:master Mar 12, 2021
@benalexau
Copy link
Member

Thanks @huahaiy.

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