Skip to content

style: format imports across multiple files - #5200

Open
robfrank wants to merge 1 commit into
mainfrom
add-openrewrite-maven-plugin
Open

style: format imports across multiple files#5200
robfrank wants to merge 1 commit into
mainfrom
add-openrewrite-maven-plugin

style: format imports across multiple files

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

1 new issue (0 max.) of at least severity.

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

Issues
======
+ Solved 3
- Added 1
           

Complexity increasing per file
==============================
- engine/src/main/java/com/arcadedb/query/sql/executor/DepthFirstTraverseStep.java  1
- engine/src/main/java/com/arcadedb/query/sql/executor/BasicCommandContext.java  3
- engine/src/main/java/com/arcadedb/function/polyglot/JavascriptFunctionDefinition.java  2
- engine/src/main/java/com/arcadedb/query/opencypher/executor/steps/DeleteStep.java  2
- engine/src/main/java/com/arcadedb/query/opencypher/executor/steps/MatchNodeStep.java  4
- engine/src/main/java/com/arcadedb/query/opencypher/executor/steps/ForeachStep.java  1
- engine/src/main/java/com/arcadedb/query/opencypher/parser/CypherSemanticValidator.java  6
- engine/src/main/java/com/arcadedb/query/opencypher/temporal/CypherDate.java  2
- engine/src/main/java/com/arcadedb/query/opencypher/temporal/CypherLocalDateTime.java  1
- engine/src/main/java/com/arcadedb/query/opencypher/executor/operators/GAVExpandAll.java  2
- engine/src/main/java/com/arcadedb/query/opencypher/executor/operators/GAVFusedChainOperator.java  2
         

Complexity decreasing per file
==============================
+ server/src/main/java/com/arcadedb/server/ai/AiChatHandler.java  -1
         

See the complete overview on Codacy

Annotations

Check notice on line 96 in ha-raft/src/main/java/com/arcadedb/server/ha/raft/PeerAddressAllowlistFilter.java

See this annotation in the file changed.

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

ha-raft/src/main/java/com/arcadedb/server/ha/raft/PeerAddressAllowlistFilter.java#L96

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