Class AbstractRuleField

  • All Implemented Interfaces:
    ProblemFinderRule

    public abstract class AbstractRuleField
    extends java.lang.Object
    implements ProblemFinderRule
    Base class for all rules checking certain Fields.
    By default checks every type of field, you should override getFieldType() to limit check to certain fields.