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 FixValidationReport.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 voidDefaultValidationReportBuilder. reportFixError(Fix f, Exception e, String msg)voidValidationReportBuilder. 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 classMetaNameMisuseFixFixes the misuse of the meta name attribute.classMissingItemscopeAttributeValueFixFix for the issue described withinMissingItemscopeAttributeValueRuleclassOpenGraphNamespaceFixThis fixes the missing Open Graph protocol.
-