Constant Field Values

Contents

com.google.*

  • com.google.errorprone.bugpatterns.InconsistentHashCode 
    Modifier and Type Constant Field Value
    public static final String MESSAGE "hashCode includes the fields %s, which equals does not. Two instances of this class could compare equal, but have different hashCodes, which violates the hashCode contract."
  • com.google.errorprone.bugpatterns.MissingCasesInEnumSwitch 
    Modifier and Type Constant Field Value
    public static final int MAX_CASES_TO_PRINT 5
  • com.google.errorprone.bugpatterns.WildcardImport 
    Modifier and Type Constant Field Value
    public static final int MAX_MEMBER_IMPORTS 20
  • com.google.errorprone.bugpatterns.inlineme.Inliner 
    Modifier and Type Constant Field Value
    public static final String FINDING_TAG "JavaInlineMe"
  • com.google.errorprone.bugpatterns.threadsafety.ImmutableAnnotationChecker 
    Modifier and Type Constant Field Value
    public static final String ANNOTATED_ANNOTATION_MESSAGE "annotations are immutable by default; annotating them with @com.google.errorprone.annotations.Immutable is unnecessary"
  • com.google.errorprone.bugpatterns.threadsafety.ImmutableEnumChecker 
    Modifier and Type Constant Field Value
    public static final String ANNOTATED_ENUM_MESSAGE "enums are immutable by default; annotating them with @com.google.errorprone.annotations.Immutable is unnecessary"