Skip to content

add param to name

45ddfe5
Select commit
Loading
Failed to load commit list.
Merged

Revised Tx Logic #3074

add param to name
45ddfe5
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 27, 2025 in 0s

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

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

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- grpcw/src/main/java/com/arcadedb/server/grpc/ArcadeDbGrpcService.java  35
         

See the complete overview on Codacy

Annotations

Check warning on line 217 in grpcw/src/main/java/com/arcadedb/server/grpc/ArcadeDbGrpcService.java

See this annotation in the file changed.

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

grpcw/src/main/java/com/arcadedb/server/grpc/ArcadeDbGrpcService.java#L217

An instanceof check is being performed on the caught exception.  Create a separate catch clause for this exception type.

Check warning on line 896 in grpcw/src/main/java/com/arcadedb/server/grpc/ArcadeDbGrpcService.java

See this annotation in the file changed.

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

grpcw/src/main/java/com/arcadedb/server/grpc/ArcadeDbGrpcService.java#L896

An instanceof check is being performed on the caught exception.  Create a separate catch clause for this exception type.