vaadin / flow-components

Java counterpart of Vaadin Web Components
81 stars 63 forks source link

refactor: align setRequired implementation across components #6348

Closed vursen closed 3 weeks ago

vursen commented 3 weeks ago

Description

Continuation of #6347

The PR refactors the implementation of the setRequired and isRequired methods to delegate their calls to the setRequiredIndicatorVisible and isRequiredIndicatorVisible methods, which are considered the primary methods.

Type of change

sonarcloud[bot] commented 3 weeks ago

Quality Gate Failed Quality Gate failed

Failed conditions
17.1% Duplication on New Code (required ≤ 10%)

See analysis details on SonarCloud