Skip to content

chore(QTDI-2894): fix test for non regression

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

chore(QTDI-2894): S6204 Stream.toList() #1228

chore(QTDI-2894): fix test for non regression
1a8b0cb
Select commit
Loading
Failed to load commit list.
sonar-rnd / SonarQube Code Analysis failed May 22, 2026 in 1m 31s

Quality Gate failed

Failed Quality Gate failed

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

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

View in SonarQube

Annotations

Check warning on line 75 in component-tools/src/main/java/org/talend/sdk/component/tools/StudioInstaller.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/StudioInstaller.java#L75

Rename "artifacts" which hides the field declared at line 49.

Check notice on line 216 in component-tools/src/main/java/org/talend/sdk/component/tools/DitaDocumentationGenerator.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/DitaDocumentationGenerator.java#L216

Use isEmpty() to check whether the collection is empty or not.

Check notice on line 303 in component-runtime-beam/src/main/java/org/talend/sdk/component/runtime/beam/spi/record/AvroRecord.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-runtime-beam/src/main/java/org/talend/sdk/component/runtime/beam/spi/record/AvroRecord.java#L303

Remove this unnecessary cast to "List".

Check notice on line 298 in component-runtime-beam/src/main/java/org/talend/sdk/component/runtime/beam/spi/record/AvroRecord.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-runtime-beam/src/main/java/org/talend/sdk/component/runtime/beam/spi/record/AvroRecord.java#L298

Remove this unnecessary cast to "List".

Check notice on line 491 in component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-studio/component-runtime-di/src/test/java/org/talend/sdk/component/runtime/di/studio/DynamicColumnsTest.java#L491

Immediately return this expression instead of assigning it to the temporary variable "record".

Check notice on line 424 in component-starter-server/src/main/java/org/talend/sdk/component/starter/server/service/facet/component/ComponentGenerator.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-starter-server/src/main/java/org/talend/sdk/component/starter/server/service/facet/component/ComponentGenerator.java#L424

Use another way to initialize this instance.

Check notice on line 456 in component-starter-server/src/main/java/org/talend/sdk/component/starter/server/service/facet/component/ComponentGenerator.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-starter-server/src/main/java/org/talend/sdk/component/starter/server/service/facet/component/ComponentGenerator.java#L456

Use another way to initialize this instance.

Check warning on line 626 in component-form/component-form-core/src/test/java/org/talend/sdk/component/form/api/UiSpecServiceTest.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-form/component-form-core/src/test/java/org/talend/sdk/component/form/api/UiSpecServiceTest.java#L626

Refactor this method to reduce the number of assertions from 32 to less than 25.

Check warning on line 431 in component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/record/RecordConvertersTest.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/record/RecordConvertersTest.java#L431

Refactor this method to reduce the number of assertions from 28 to less than 25.

Check warning on line 72 in component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/record/RecordBuilderImplTest.java

See this annotation in the file changed.

@sonar-rnd sonar-rnd / SonarQube Code Analysis

component-runtime-impl/src/test/java/org/talend/sdk/component/runtime/record/RecordBuilderImplTest.java#L72

Remove this useless assignment to local variable "e".