Skip to content

chore(QTDI-2897): [Refactoring] S1068 / S1481 Unused declarations#1232

Open
undx wants to merge 9 commits into
masterfrom
ouf/QTDI-2897-remove-unused-decl
Open

chore(QTDI-2897): [Refactoring] S1068 / S1481 Unused declarations#1232
undx wants to merge 9 commits into
masterfrom
ouf/QTDI-2897-remove-unused-decl

Merge branch 'master' into ouf/QTDI-2897-remove-unused-decl

327c350
Select commit
Loading
Failed to load commit list.
sonar-rnd / SonarQube Code Analysis failed May 29, 2026 in 1m 54s

Quality Gate failed

Failed Quality Gate failed

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

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

View in SonarQube

Annotations

Check warning on line 84 in component-tools/src/test/java/org/talend/sdk/component/tools/SvgValidatorTest.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-tools/src/test/java/org/talend/sdk/component/tools/SvgValidatorTest.java#L84

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