Diagnostics and quick fix is not coming for the field annotated with @PositiveOrZero annotation. An example is given below:
@PositiveOrZero
private List<String> maybeZero;
Excepted diagnostics: The @PositiveOrZero annotation can only be used on - BigDecimal - BigInteger - byte, short, int, long, float, double (and their respective wrappers) type fields. jakarta-bean-validation (FixTypeOfElement)
Expected quick fix: Remove constraint annotation jakarta.validation.constraints.PositiveOrZero from element
Diagnostics and quick fix is not coming for the field annotated with @PositiveOrZero annotation. An example is given below:
Excepted diagnostics:
The @PositiveOrZero annotation can only be used on - BigDecimal - BigInteger - byte, short, int, long, float, double (and their respective wrappers) type fields. jakarta-bean-validation (FixTypeOfElement)
Expected quick fix:
Remove constraint annotation jakarta.validation.constraints.PositiveOrZero from element