Class AggregateOfCompoundChecker

All Implemented Interfaces:
Processor, OptionConfiguration

public class AggregateOfCompoundChecker extends AggregateChecker
An aggregate checker where one of the checkers is a compound checker.
  • Constructor Details

    • AggregateOfCompoundChecker

      public AggregateOfCompoundChecker()
  • Method Details

    • getSupportedCheckers

      protected Collection<Class<? extends SourceChecker>> getSupportedCheckers()
      Description copied from class: AggregateChecker
      Returns the list of independent subcheckers to be run together. An aggregate checker overrides this method to indicate its immediate subcheckers.
      Specified by:
      getSupportedCheckers in class AggregateChecker
      Returns:
      the list of immediate subcheckers checkers to be run