Bill Simakis

Results 1 issues of Bill Simakis

When validating multiple fields are required, there are valid fields after the invalid ones, the isValid method incorrectly returns true. Change method to: ```java public boolean isValid(Object object, ConstraintValidatorContext context)...