fix redundant Checkstyle
add redundant word check
Codecov Report
Merging #1896 (868ee2f) into master (9b5950e) will increase coverage by
0.04%. The diff coverage is82.60%.
@@ Coverage Diff @@
## master #1896 +/- ##
============================================
+ Coverage 70.54% 70.58% +0.04%
+ Complexity 978 724 -254
============================================
Files 454 454
Lines 39055 39054 -1
Branches 5557 5557
============================================
+ Hits 27550 27567 +17
+ Misses 8806 8791 -15
+ Partials 2699 2696 -3
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...n/java/com/baidu/hugegraph/api/auth/AccessAPI.java | 0.00% <ø> (ø) |
|
| ...ava/com/baidu/hugegraph/api/gremlin/CypherAPI.java | 0.00% <0.00%> (ø) |
|
| ...va/com/baidu/hugegraph/api/gremlin/GremlinAPI.java | 100.00% <ø> (ø) |
|
| ...a/com/baidu/hugegraph/auth/HugeGraphAuthProxy.java | 57.51% <ø> (ø) |
|
| ...aidu/hugegraph/auth/WsAndHttpBasicAuthHandler.java | 57.14% <0.00%> (ø) |
|
| ...ain/java/com/baidu/hugegraph/define/Checkable.java | 100.00% <ø> (ø) |
|
| ...ava/com/baidu/hugegraph/serializer/Serializer.java | 100.00% <ø> (ø) |
|
| ...ugegraph/backend/cache/CachedGraphTransaction.java | 85.71% <ø> (ø) |
|
| ...gegraph/backend/cache/CachedSchemaTransaction.java | 90.65% <ø> (ø) |
|
| ...va/com/baidu/hugegraph/backend/id/IdGenerator.java | 77.20% <ø> (ø) |
|
| ... and 34 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
please also address some other comments: https://github.com/apache/incubator-hugegraph/pull/1896/files
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label
Looks good. there are still some tiny comments to be addressed: https://github.com/apache/incubator-hugegraph/pull/1896/files
will fixed by #1996