uber-archive/rave

We should log warnings when a validated class has no reachable methods or RAVE-specific ones are not reachable

ZacSweers opened this issue · 0 comments

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)