apache / incubator-hugegraph-toolchain

HugeGraph toolchain - include a series useful graph modules
https://hugegraph.apache.org/
Apache License 2.0
82 stars 87 forks source link

chore(toolchain): Enhance code style in toolchain #595

Open returnToInnocence opened 3 months ago

returnToInnocence commented 3 months ago

Purpose of the PR

Main Changes

  1. HG-client code style(in Java & XML files)
  2. HG-loader code style(in Java & XML files)
  3. HG-spark-connector code style(in Java & XML files)
  4. HG-tools code style(in Java & XML files)

Verifying these changes

Does this PR potentially affect the following parts?

Documentation Status

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 58.92857% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 62.41%. Comparing base (b066b80) to head (868ee18). Report is 29 commits behind head on master.

Files Patch % Lines
...e/hugegraph/loader/spark/HugeGraphSparkLoader.java 0.00% 9 Missing :warning:
...e/hugegraph/serializer/direct/HBaseSerializer.java 0.00% 5 Missing :warning:
.../hugegraph/loader/flink/HugeGraphOutputFormat.java 0.00% 5 Missing :warning:
...e/hugegraph/serializer/direct/struct/DataType.java 0.00% 2 Missing :warning:
...e/hugegraph/loader/reader/hdfs/HDFSFileReader.java 33.33% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #595 +/- ## ============================================ - Coverage 62.49% 62.41% -0.09% - Complexity 1903 1931 +28 ============================================ Files 262 267 +5 Lines 9541 9740 +199 Branches 886 892 +6 ============================================ + Hits 5963 6079 +116 - Misses 3190 3267 +77 - Partials 388 394 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.