Skip to content

chore(QTDI-2901): S2095 Resource leaks

d704efe
Select commit
Loading
Failed to load commit list.
Open

chore(QTDI-2901): S2095 Resource leaks #1236

chore(QTDI-2901): S2095 Resource leaks
d704efe
Select commit
Loading
Failed to load commit list.
sonar-rnd / SonarQube Code Analysis failed May 29, 2026 in 1m 30s

Quality Gate failed

Failed Quality Gate failed

  • 0.00% Coverage on New Code (is less than 80.00%)
  • 2 New Issues (is greater than 0)

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

View in SonarQube

Annotations

Check warning on line 91 in component-tools/src/main/java/org/talend/sdk/component/tools/AsciidoctorExecutor.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-tools/src/main/java/org/talend/sdk/component/tools/AsciidoctorExecutor.java#L91

Replace this usage of 'Stream.collect(Collectors.toList())' with 'Stream.toList()' and ensure that the list is unmodified.

Check failure on line 349 in talend-component-maven-plugin/src/main/java/org/talend/sdk/component/maven/WebsiteBuilderMojo.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

talend-component-maven-plugin/src/main/java/org/talend/sdk/component/maven/WebsiteBuilderMojo.java#L349

Define a constant instead of duplicating this literal ".mustache" 3 times.