apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

add methods Bytes.contains() & Bytes.indexOf() #33

Closed javeme closed 5 years ago

javeme commented 5 years ago

Change-Id: I2ddca3eb233a9f9f9610850ceff3a7fadd1bb784

codecov[bot] commented 5 years ago

Codecov Report

Merging #33 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #33      +/-   ##
============================================
+ Coverage     75.07%   75.25%   +0.18%     
- Complexity      487      494       +7     
============================================
  Files            48       48              
  Lines          1645     1653       +8     
  Branches        249      251       +2     
============================================
+ Hits           1235     1244       +9     
  Misses          299      299              
+ Partials        111      110       -1
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50% <ø> (ø) 1 <0> (ø) :arrow_down:
src/main/java/com/baidu/hugegraph/util/Bytes.java 88.88% <100%> (+4.67%) 16 <6> (+6) :arrow_up:
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 87.75% <0%> (+2.04%) 21% <0%> (+1%) :arrow_up:

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 ce75fb9...e25bcb7. Read the comment docs.