Conversation
Codecov Report
@@ Coverage Diff @@
## master #513 +/- ##
============================================
+ Coverage 70.09% 70.18% +0.09%
- Complexity 3410 3415 +5
============================================
Files 216 216
Lines 16503 16448 -55
Branches 2360 2350 -10
============================================
- Hits 11567 11544 -23
+ Misses 3678 3649 -29
+ Partials 1258 1255 -3
Continue to review full report at Codecov.
|
f2d142a to
acba4ab
Compare
Linary
requested changes
May 31, 2019
| boolean keyMinEq) { | ||
| NavigableMap<Id, BackendEntry> rs = this.store(); | ||
|
|
||
| E.checkArgument(!(keyMin == null && keyMax == null), |
Contributor
There was a problem hiding this comment.
seems keyMin != null || keyMax != null more readable
Change-Id: I7067cfb0a663e89ae4305425edf00e6a2a03587c implement: #311
Change-Id: Ie4f7af7083628b44f605944a014a2e5443d4767d
Change-Id: I5ee00eab8808d2f0a447346cac785764369670b9
zhoney
approved these changes
Jun 3, 2019
Linary
approved these changes
Jun 4, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change-Id: I7067cfb0a663e89ae4305425edf00e6a2a03587c
implement: #311