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 core-util issue #1855

Merged
merged 12 commits into from
May 11, 2022
Merged

Conversation

seagle-yuan
Copy link
Contributor

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

fix checkstyle issue

com.baidu.hugegraph.traversal.algorithm.HugeTraverser.java
com.baidu.hugegraph.traversal.algorithm.JaccardSimilarTraverser.java
com.baidu.hugegraph.traversal.algorithm.OltpTraverser.java
com.baidu.hugegraph.traversal.algorithm.ShortestPathTraverser.java
com.baidu.hugegraph.traversal.algorithm.records.ShortestPathRecords.java
com.baidu.hugegraph.traversal.optimize.HugeScriptTraversal.java
com.baidu.hugegraph.traversal.optimize.TraversalUtil.java
com.baidu.hugegraph.type.HugeType.java
com.baidu.hugegraph.type.define.SerialEnum.java
com.baidu.hugegraph.util.ConfigUtil.java
com.baidu.hugegraph.util.Consumers.java
com.baidu.hugegraph.util.GZipUtil.java
com.baidu.hugegraph.util.KryoUtil.java
com.baidu.hugegraph.util.Reflection.java
com.baidu.hugegraph.util.collection.IntMap.java
com.baidu.hugegraph.util.collection.IntSet.java

com.baidu.hugegraph.unit.core.SerialEnumTest

@codecov
Copy link

codecov bot commented May 4, 2022

Codecov Report

Merging #1855 (57ba069) into master (f2bdedd) will increase coverage by 4.03%.
The diff coverage is 65.78%.

@@             Coverage Diff              @@
##             master    #1855      +/-   ##
============================================
+ Coverage     66.91%   70.95%   +4.03%     
+ Complexity      982      728     -254     
============================================
  Files           447      447              
  Lines         38076    38077       +1     
  Branches       5401     5401              
============================================
+ Hits          25480    27017    +1537     
+ Misses        10082     8413    -1669     
- Partials       2514     2647     +133     
Impacted Files Coverage Δ
...h/traversal/algorithm/JaccardSimilarTraverser.java 49.03% <ø> (ø)
...u/hugegraph/traversal/algorithm/OltpTraverser.java 64.17% <ø> (ø)
...egraph/traversal/optimize/HugeScriptTraversal.java 85.36% <ø> (ø)
...c/main/java/com/baidu/hugegraph/util/GZipUtil.java 0.00% <ø> (ø)
...va/com/baidu/hugegraph/util/collection/IntMap.java 72.40% <ø> (-0.40%) ⬇️
...du/hugegraph/traversal/optimize/TraversalUtil.java 62.55% <33.33%> (-0.27%) ⬇️
...main/java/com/baidu/hugegraph/util/ConfigUtil.java 32.75% <33.33%> (-1.14%) ⬇️
.../main/java/com/baidu/hugegraph/util/Consumers.java 56.84% <50.00%> (+0.68%) ⬆️
...c/main/java/com/baidu/hugegraph/util/KryoUtil.java 58.82% <60.00%> (ø)
...main/java/com/baidu/hugegraph/util/Reflection.java 60.00% <75.00%> (ø)
... and 60 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 f2bdedd...57ba069. Read the comment docs.

@javeme
Copy link
Contributor

javeme commented May 7, 2022

@seagle-yuan there are still comments~

@seagle-yuan seagle-yuan requested a review from javeme May 11, 2022 04:03
@imbajin imbajin merged commit f6f8c3e into apache:master May 11, 2022
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