Class BuiltInCheckerSuppliers

java.lang.Object
com.google.errorprone.scanner.BuiltInCheckerSuppliers

public class BuiltInCheckerSuppliers extends Object
Static helper class that provides ScannerSuppliers and BugCheckers for the built-in Error Prone checks, as opposed to plugin checks or checks used in tests.
  • Field Details

    • ENABLED_ERRORS

      public static final com.google.common.collect.ImmutableSet<BugCheckerInfo> ENABLED_ERRORS
      A list of all checks with severity ERROR that are on by default.
    • ENABLED_WARNINGS

      public static final com.google.common.collect.ImmutableSet<BugCheckerInfo> ENABLED_WARNINGS
      A list of all checks with severity WARNING that are on by default.
    • DISABLED_CHECKS

      public static final com.google.common.collect.ImmutableSet<BugCheckerInfo> DISABLED_CHECKS
      A list of all checks that are off by default.
  • Method Details