Searched refs:NO_VALIDATION_ERRORS (Results 1 – 2 of 2) sorted by relevance
22 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList(); field in AnnotationValidator33 return NO_VALIDATION_ERRORS; in validateAnnotatedClass()45 return NO_VALIDATION_ERRORS; in validateAnnotatedField()58 return NO_VALIDATION_ERRORS; in validateAnnotatedMethod()
16 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList(); field in PublicClassValidator27 return NO_VALIDATION_ERRORS; in validateTestClass()