Skip to content

feat(QTDI-2031): Add @DynamicDependenciesConfiguration configuration …

1d73a74
Select commit
Loading
Failed to load commit list.
Open

fix(QTDI-2031): manage nested resources #1115

feat(QTDI-2031): Add @DynamicDependenciesConfiguration configuration …
1d73a74
Select commit
Loading
Failed to load commit list.
sonar-eks / SonarQube Code Analysis failed Oct 27, 2025 in 1m 30s

Quality Gate failed

Failed Quality Gate failed

  • 53.40% Coverage on New Code (is less than 80.00%)
  • 3 New Issues (is greater than 0)

Project ID: org.talend.sdk.component:component-runtime

View in SonarQube

Annotations

Check warning on line 425 in container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java

See this annotation in the file changed.

@sonar-eks sonar-eks / SonarQube Code Analysis

container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java#L425

Either remove or fill this block of code.

Check failure on line 110 in container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java

See this annotation in the file changed.

@sonar-eks sonar-eks / SonarQube Code Analysis

container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java#L110

Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed.

Check warning on line 423 in container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java

See this annotation in the file changed.

@sonar-eks sonar-eks / SonarQube Code Analysis

container/container-core/src/main/java/org/talend/sdk/component/container/ContainerManager.java#L423

Extract this nested try block into a separate method.