tzaeschke / tinspin-indexes

Spatial index library with R*Tree, STR-Tree, Quadtree, CritBit, KD-Tree, CoverTree and PH-Tree
http://www.tinspin.org
Apache License 2.0
111 stars 24 forks source link

Make IndexConfig.create() static #36

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

Fix for issue #35.

codecov[bot] commented 1 year ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (15e1973) 73.61% compared to head (9d2fc6c) 73.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #36 +/- ## ============================================ + Coverage 73.61% 73.76% +0.14% - Complexity 2046 2053 +7 ============================================ Files 76 76 Lines 8058 8058 Branches 1575 1575 ============================================ + Hits 5932 5944 +12 + Misses 1738 1727 -11 + Partials 388 387 -1 ``` | [Files](https://app.codecov.io/gh/tzaeschke/tinspin-indexes/pull/36?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tilmann) | Coverage Δ | | |---|---|---| | [src/main/java/org/tinspin/index/IndexConfig.java](https://app.codecov.io/gh/tzaeschke/tinspin-indexes/pull/36?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tilmann#diff-c3JjL21haW4vamF2YS9vcmcvdGluc3Bpbi9pbmRleC9JbmRleENvbmZpZy5qYXZh) | `83.33% <50.00%> (+83.33%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/tzaeschke/tinspin-indexes/pull/36/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tilmann)

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