Class ExcludingHashesBugReporter

    • Constructor Detail

      • ExcludingHashesBugReporter

        public ExcludingHashesBugReporter​(BugReporter delegate,
                                          java.lang.String baseline)
                                   throws java.io.IOException,
                                          org.dom4j.DocumentException
        Parameters:
        delegate -
        Throws:
        org.dom4j.DocumentException
        java.io.IOException
    • Method Detail

      • addToExcludedInstanceHashes

        public static void addToExcludedInstanceHashes​(java.util.Set<java.lang.String> instanceHashesToExclude,
                                                       java.lang.String baseline)
                                                throws java.io.IOException,
                                                       org.dom4j.DocumentException
        Parameters:
        baseline -
        Throws:
        java.io.IOException
        org.dom4j.DocumentException
      • reportBug

        public void reportBug​(@Nonnull
                              BugInstance bugInstance)
        Description copied from interface: BugReporter
        Report a bug. The implementation may report the bug immediately, or queue it for later.
        Specified by:
        reportBug in interface BugReporter
        Overrides:
        reportBug in class DelegatingBugReporter
        Parameters:
        bugInstance - object describing the bug instance