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
{{ message }}
This repository was archived by the owner on May 12, 2020. It is now read-only.
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)
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.
@MustBeTrueare also not reachable)