feat(#4890): native Bolt Duration, Point, Path + semantic errors (#4997, #4998, #4999)#5006
4 new issues (0 max.) of at least severity.
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
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
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
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
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.