This repository has been archived by the owner on May 12, 2020. It is now read-only.
We should log warnings when a validated class has no reachable methods or RAVE-specific ones are not reachable #19
Labels
Milestone
Since we don't support multiple validator factories per compilation unit, we should log a warning if a class denotes itself as validated but has no reachable methods (e.g. if a validated class has all package/protected methods but the validator factory is in a different package)
We should also log warnings when RAVE-specific annotated methods (e.g.
@MustBeTrue
are also not reachable)The text was updated successfully, but these errors were encountered: