Class ResultAdditionalAttributes


  • public class ResultAdditionalAttributes
    extends Object
    Provides additional attributes associated with violation, which are not attached directly to violation itself.
    • Constructor Detail

      • ResultAdditionalAttributes

        public ResultAdditionalAttributes​(com.parasoft.findings.utils.results.violations.IRuleViolation violation)
        Parameters:
        violation - for which to read extra attributes
    • Method Detail

      • isSuppressed

        public boolean isSuppressed()
        Returns:
        true if violation is suppressed and should not be visible
      • getSeverity

        public int getSeverity()
        Returns:
        violation severity
      • getRuleTitle

        public String getRuleTitle()
        Returns:
        title of violated rule
      • getRuleCategory

        public String getRuleCategory()
        Returns:
        category of violated rule
      • getAuthor

        public String getAuthor()
        Returns:
        assigned author
      • getRevision

        public String getRevision()
        Returns:
        file revision for which this violation has been reported