Class CachedRuleViolation

    • Method Detail

      • getRule

        public Rule getRule()
        Deprecated.
        Description copied from interface: RuleViolation
        Get the Rule which identified this violation.
        Specified by:
        getRule in interface RuleViolation
        Returns:
        The identifying Rule.
      • getDescription

        public String getDescription()
        Deprecated.
        Description copied from interface: RuleViolation
        Get the description of this violation.
        Specified by:
        getDescription in interface RuleViolation
        Returns:
        The description.
      • getAdditionalInfo

        public Map<String,​String> getAdditionalInfo()
        Deprecated.
        Description copied from interface: RuleViolation
        A map of additional key-value pairs known about this violation. What data is in there is language specific. Common keys supported by several languages are defined as constants on this interface. The map is unmodifiable.
        Specified by:
        getAdditionalInfo in interface RuleViolation