You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using @PositiveOrZero on a List<String> I expect a diagnostic message.
Specification:
@PositiveOrZero annotation can only be used on BigDecimal, BigInteger, byte, short, int, long, float, double (and their respective wrappers) type fields or methods.
Type of language feature proposed:
Select all that apply
diagnostic
quick-fix
snippet
other, please specify:
Must also enable the unit test in BeanValidationTest.java line 172
The text was updated successfully, but these errors were encountered:
Description:
When using
@PositiveOrZero
on aList<String>
I expect a diagnostic message.Specification:
@PositiveOrZero
annotation can only be used on BigDecimal, BigInteger, byte, short, int, long, float, double (and their respective wrappers) type fields or methods.Type of language feature proposed:
Select all that apply
The text was updated successfully, but these errors were encountered: