Revised Tx Logic #3074
Merged
Revised Tx Logic #3074
Codacy Production / Codacy Static Code Analysis
required action
Dec 27, 2025 in 0s
2 new issues (0 max.) of at least severity.
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
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
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.
Loading