Uses of Class
org.apache.any23.validator.ValidationReport.Error
-
Packages that use ValidationReport.Error Package Description org.apache.any23.validator -
-
Uses of ValidationReport.Error in org.apache.any23.validator
Subclasses of ValidationReport.Error in org.apache.any23.validator Modifier and Type Class Description static classValidationReport.FixErrorAn error occurred while executing a fix.static classValidationReport.RuleErrorAn error occurred while executing a rule.Methods in org.apache.any23.validator that return types with arguments of type ValidationReport.Error Modifier and Type Method Description List<ValidationReport.Error>DefaultValidationReport. getErrors()List<ValidationReport.Error>EmptyValidationReport. getErrors()List<ValidationReport.Error>ValidationReport. getErrors()Returns the list of detected errors.
-