Inlining vertex properties into a CompositeIndex structure #4692
Codacy Production / Codacy Static Code Analysis
succeeded
Oct 20, 2024 in 0s
Your pull request is up to standards!
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 2
Complexity increasing per file
==============================
- janusgraph-benchmark/src/main/java/org/janusgraph/CQLCompositeIndexInlinePropBenchmark.java 2
- janusgraph-core/src/main/java/org/janusgraph/graphdb/database/index/IndexUpdateContainer.java 2
- janusgraph-core/src/main/java/org/janusgraph/graphdb/query/vertex/VertexWithInlineProps.java 5
- janusgraph-core/src/main/java/org/janusgraph/graphdb/types/indextype/IndexReferenceType.java 1
- janusgraph-core/src/main/java/org/janusgraph/graphdb/database/IndexSerializer.java 4
- janusgraph-core/src/main/java/org/janusgraph/graphdb/types/vertices/RelationTypeVertex.java 2
See the complete overview on Codacy
Annotations
codacy-production / Codacy Static Code Analysis
janusgraph-core/src/main/java/org/janusgraph/graphdb/database/IndexSerializer.java#L244
The method 'getIndexUpdates(InternalVertex, Collection, IndexAppliesToFunction, TypeInspector)' has an NPath complexity of 376, current threshold is 200
codacy-production / Codacy Static Code Analysis
janusgraph-core/src/main/java/org/janusgraph/graphdb/database/management/ManagementSystem.java#L748
The method 'createCompositeIndex(String, ElementCategory, boolean, JanusGraphSchemaType, Set, PropertyKey...)' has an NPath complexity of 480, current threshold is 200
Loading