fix(QTDI-3124): [Refactoring] Merge sonar fixes#1248
Quality Gate failed
Annotations
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.
sonar-rnd / SonarQube Code Analysis
component-tools/src/main/java/org/talend/sdk/component/tools/validator/LayoutValidator.java#L175
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-tools/src/main/java/org/talend/sdk/component/tools/validator/LayoutValidator.java#L166
Provide the parametrized type for this generic.
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.
sonar-rnd / SonarQube Code Analysis
component-tools/src/main/java/org/talend/sdk/component/tools/AsciidoctorExecutor.java#L291
Complete the task associated to this TODO comment.
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.
sonar-rnd / SonarQube Code Analysis
component-tools/src/main/java/org/talend/sdk/component/tools/DocBaseGenerator.java#L567
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent3.java#L56
Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
sonar-rnd / SonarQube Code Analysis
component-tools/src/test/java/org/talend/test/failure/aftergroup/MyComponent2.java#L56
Add a nested comment explaining why this method is empty, throw an UnsupportedOperationException or complete the implementation.
sonar-rnd / SonarQube Code Analysis
component-tools/src/test/java/org/talend/sdk/component/tools/AsciidocDocumentationGeneratorTest.java#L39
Replace these 4 tests with a single Parameterized one.
sonar-rnd / SonarQube Code Analysis
component-runtime-design-extension/src/main/java/org/talend/sdk/component/design/extension/repository/RepositoryModelBuilder.java#L132
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/visibility/VisibilityService.java#L151
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/visibility/VisibilityService.java#L193
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/visibility/VisibilityService.java#L141
Refactor this method to reduce its Cognitive Complexity from 41 to the 15 allowed.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/parameterenricher/DependencyParameterEnricher.java#L66
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/parameterenricher/ValidationParameterEnricher.java#L54
Extract this nested ternary operation into an independent statement.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/parameterenricher/ValidationParameterEnricher.java#L54
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/parameterenricher/UiParameterEnricher.java#L179
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L371
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L143
Merge this if statement with the enclosing one.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L273
Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L143
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L182
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L94
Provide the parametrized type for this generic.
sonar-rnd / SonarQube Code Analysis
component-runtime-manager/src/main/java/org/talend/sdk/component/runtime/manager/reflect/ParameterModelService.java#L139
Provide the parametrized type for this generic.
