Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(TCOMP-2739):Create an action validator for the @DynamicDependencies annotation #901

Merged
merged 9 commits into from
Jun 28, 2024

Merge branch 'master' into yyin/TCOMP-2739-DynamicDependenciesValidator

fa83cb1
Select commit
Loading
Failed to load commit list.
Merged

feat(TCOMP-2739):Create an action validator for the @DynamicDependencies annotation #901

Merge branch 'master' into yyin/TCOMP-2739-DynamicDependenciesValidator
fa83cb1
Select commit
Loading
Failed to load commit list.
sonar-eks / Component Runtime Sonarqube Results succeeded Jun 24, 2024 in 1m 38s

Quality Gate success

Passed

Analysis Details

2 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 2 Code Smells

Coverage and Duplications

  • Coverage 92.68% Coverage (54.30% Estimated after merge)
  • Duplications 0.00% Duplicated Code (1.30% Estimated after merge)

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

View in SonarQube

Annotations

Check warning on line 349 in component-tools/src/main/java/org/talend/sdk/component/tools/validator/ActionValidator.java

See this annotation in the file changed.

@sonar-eks sonar-eks / Component Runtime Sonarqube Results

component-tools/src/main/java/org/talend/sdk/component/tools/validator/ActionValidator.java#L349

Merge this if statement with the enclosing one.

Check warning on line 343 in component-tools/src/main/java/org/talend/sdk/component/tools/validator/ActionValidator.java

See this annotation in the file changed.

@sonar-eks sonar-eks / Component Runtime Sonarqube Results

component-tools/src/main/java/org/talend/sdk/component/tools/validator/ActionValidator.java#L343

Remove this unused private "hasListReturnType" method.