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

update interface #13

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

update interface #13

wants to merge 26 commits into from

Conversation

mr-bat
Copy link
Owner

@mr-bat mr-bat commented Jun 27, 2019

No description provided.

@codecov
Copy link

codecov bot commented Jun 27, 2019

Codecov Report

Merging #13 into master will decrease coverage by 9.34%.
The diff coverage is 66.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   89.60%   80.26%   -9.35%     
==========================================
  Files           8        9       +1     
  Lines         510      689     +179     
  Branches      117      163      +46     
==========================================
+ Hits          457      553      +96     
- Misses         43      115      +72     
- Partials       10       21      +11     
Impacted Files Coverage Δ
src/main/java/bplustree/BplusTreeCloner.java 60.00% <60.00%> (ø)
src/main/java/bplustree/BplusTree.java 70.75% <66.66%> (-29.25%) ⬇️
src/main/java/utility/CircularFifoQueue.java 80.07% <68.42%> (-1.07%) ⬇️
src/main/java/bplustree/BplusTreeNode.java 84.61% <71.42%> (-15.39%) ⬇️
src/main/java/bplustree/BplusTreeLeafNode.java 89.16% <72.00%> (-10.84%) ⬇️
src/main/java/bplustree/BplusTreeBranchNode.java 86.51% <75.00%> (-3.26%) ⬇️
... and 1 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 7722d9f...32be9fa. Read the comment docs.

@lgtm-com
Copy link

lgtm-com bot commented Jun 29, 2019

This pull request introduces 1 alert when merging 6e581ab into 7722d9f - view on LGTM.com

new alerts:

  • 1 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jun 29, 2019

This pull request introduces 2 alerts when merging e9edd6e into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jun 29, 2019

This pull request introduces 2 alerts when merging 0bb816e into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2019

This pull request introduces 2 alerts when merging f5876fe into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2019

This pull request introduces 2 alerts when merging 60fbe89 into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2019

This pull request introduces 2 alerts when merging ea9c00d into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 21, 2019

This pull request introduces 2 alerts when merging 2c35da3 into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 24, 2019

This pull request introduces 2 alerts when merging e1fe6d7 into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 24, 2019

This pull request introduces 2 alerts when merging dc98296 into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

@lgtm-com
Copy link

lgtm-com bot commented Jul 27, 2019

This pull request introduces 2 alerts when merging 197c2b8 into 7722d9f - view on LGTM.com

new alerts:

  • 2 for Inconsistent equals and hashCode

Repository owner deleted a comment from Idris933 Mar 13, 2024
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.

1 participant