Class SuppressionDecorator

    • Field Detail

      • category

        final java.lang.String category
      • check

        final java.util.HashSet<java.lang.String> check
      • dontCheck

        final java.util.HashSet<java.lang.String> dontCheck
    • Method Detail

      • processPackageList

        private void processPackageList​(@WillClose
                                        java.io.Reader rawIn)
                                 throws java.io.IOException
        Parameters:
        rawIn -
        Throws:
        java.io.IOException
      • 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