Skip to content
Codacy Production / Codacy Static Code Analysis required action Nov 28, 2024 in 0s

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

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

Issues
======
- Added 4
           

Complexity increasing per file
==============================
- ecs-logging-access/src/main/java/com/raynigon/ecs/logging/access/client/RestClientConfiguration.java  1
         

See the complete overview on Codacy

Annotations

Check notice on line 6 in ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy

See this annotation in the file changed.

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

ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy#L6

The [org.springframework.http.HttpStatusCode] import is never referenced

Check notice on line 14 in ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy

See this annotation in the file changed.

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

ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy#L14

Static imports should appear before normal imports

Check notice on line 15 in ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy

See this annotation in the file changed.

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

ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy#L15

Static imports should appear before normal imports

Check notice on line 49 in ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy

See this annotation in the file changed.

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

ecs-logging-access/src/test/groovy/com/raynigon/ecs/logging/access/client/RestClientConfigurationSpec.groovy#L49

DefaultRestClient.class can be rewritten as DefaultRestClient