Skip to content

feat(#4890): native Bolt Duration, Point, Path + semantic errors (#4997, #4998, #4999)#5006

Merged
robfrank merged 11 commits into
mainfrom
feat/4890-bolt-type-fidelity
Jul 6, 2026
Merged

feat(#4890): native Bolt Duration, Point, Path + semantic errors (#4997, #4998, #4999)#5006
robfrank merged 11 commits into
mainfrom
feat/4890-bolt-type-fidelity

test(bolt): add Point encode-wire-decode-reencode round-trip (review)

7753acc
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 6, 2026 in 0s

4 new issues (0 max.) of at least severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java  41
- bolt/src/main/java/com/arcadedb/bolt/BoltNetworkExecutor.java  3
- bolt/src/main/java/com/arcadedb/bolt/structure/BoltPointStructure.java  12
- engine/src/main/java/com/arcadedb/exception/CommandSemanticException.java  3
         

See the complete overview on Codacy

Annotations

Check notice on line 418 in bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java#L418

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 419 in bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java#L419

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 421 in bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java#L421

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Check notice on line 423 in bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

bolt/src/main/java/com/arcadedb/bolt/structure/BoltStructureMapper.java#L423

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.