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

fix checkstyle for core/EntityManager #1841

Merged
merged 6 commits into from
Apr 26, 2022

Conversation

seagle-yuan
Copy link
Contributor

@seagle-yuan seagle-yuan commented Apr 22, 2022

relate #1837

fix checkstyle issue

src/main/java/com/baidu/hugegraph/backend/cache/OffheapCache.java
src/main/java/com/baidu/hugegraph/backend/id/IdGenerator.java
src/main/java/com/baidu/hugegraph/task/TaskCallable.java
src/main/java/com/baidu/hugegraph/backend/cache/OffheapCache.java
src/main/java/com/baidu/hugegraph/backend/id/IdGenerator.java
src/main/java/com/baidu/hugegraph/task/TaskCallable.java
src/main/java/com/baidu/hugegraph/auth/EntityManager

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #1841 (0a94183) into master (85b01b2) will increase coverage by 6.28%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #1841      +/-   ##
============================================
+ Coverage     64.45%   70.74%   +6.28%     
- Complexity      914      982      +68     
============================================
  Files           447      447              
  Lines         38040    38040              
  Branches       5389     5389              
============================================
+ Hits          24520    26911    +2391     
+ Misses        11000     8496    -2504     
- Partials       2520     2633     +113     
Impacted Files Coverage Δ
...ugegraph/backend/cache/CachedGraphTransaction.java 85.48% <ø> (ø)
...va/com/baidu/hugegraph/backend/id/IdGenerator.java 77.20% <ø> (+10.29%) ⬆️
...n/java/com/baidu/hugegraph/auth/EntityManager.java 93.42% <100.00%> (ø)
.../com/baidu/hugegraph/auth/RelationshipManager.java 80.76% <100.00%> (ø)
...in/java/com/baidu/hugegraph/auth/SchemaDefine.java 76.10% <100.00%> (ø)
...om/baidu/hugegraph/backend/cache/OffheapCache.java 79.88% <100.00%> (+17.24%) ⬆️
...in/java/com/baidu/hugegraph/task/TaskCallable.java 55.88% <100.00%> (ø)
...m/baidu/hugegraph/io/GraphSONSchemaSerializer.java 84.61% <0.00%> (ø)
...hugegraph/backend/store/raft/rpc/RaftRequests.java 27.85% <0.00%> (+0.06%) ⬆️
...in/java/com/baidu/hugegraph/StandardHugeGraph.java 66.95% <0.00%> (+0.35%) ⬆️
... and 88 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 85b01b2...0a94183. Read the comment docs.

@javeme javeme merged commit b991b6a into apache:master Apr 26, 2022
@seagle-yuan seagle-yuan deleted the checkstyle-EntityManager branch April 26, 2022 09:29
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