Uses of Interface
org.apache.any23.validator.Fix
-
Packages that use Fix Package Description org.apache.any23.validator org.apache.any23.validator.rule -
-
Uses of Fix in org.apache.any23.validator
Methods in org.apache.any23.validator that return Fix Modifier and Type Method Description Fix
ValidationReport.FixError. getOrigin()
Methods in org.apache.any23.validator that return types with arguments of type Fix Modifier and Type Method Description List<Class<? extends Fix>>
DefaultValidator. getFixes(Class<? extends Rule> rule)
List<Class<? extends Fix>>
Validator. getFixes(Class<? extends Rule> rule)
Returns all fixes registered for the give rule.Methods in org.apache.any23.validator with parameters of type Fix Modifier and Type Method Description void
DefaultValidationReportBuilder. reportFixError(Fix f, Exception e, String msg)
void
ValidationReportBuilder. reportFixError(Fix f, Exception e, String msg)
Reports an error occurred while executing aFix
.Constructors in org.apache.any23.validator with parameters of type Fix Constructor Description FixError(Fix f, Exception e, String msg)
-
Uses of Fix in org.apache.any23.validator.rule
Classes in org.apache.any23.validator.rule that implement Fix Modifier and Type Class Description class
MetaNameMisuseFix
Fixes the misuse of the meta name attribute.class
MissingItemscopeAttributeValueFix
Fix for the issue described withinMissingItemscopeAttributeValueRule
class
OpenGraphNamespaceFix
This fixes the missing Open Graph protocol.
-