Constant Field Values
Contents
com.google.*
-
com.google.errorprone.BugPattern.StandardTags Modifier and Type Constant Field Value public static final String
CONCURRENCY
"Concurrency"
public static final String
FRAGILE_CODE
"FragileCode"
public static final String
LIKELY_ERROR
"LikelyError"
public static final String
PERFORMANCE
"Performance"
public static final String
REFACTORING
"Refactoring"
public static final String
SIMPLIFICATION
"Simplification"
public static final String
STYLE
"Style"
-
com.google.errorprone.ErrorProneFlags Modifier and Type Constant Field Value public static final String
PREFIX
"-XepOpt:"
-
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.apidiff.ApiDiffProto.ClassDiff Modifier and Type Constant Field Value public static final int
EVERYTHING_DIFF_FIELD_NUMBER
1
public static final int
MEMBER_DIFF_FIELD_NUMBER
2
-
com.google.errorprone.bugpatterns.apidiff.ApiDiffProto.ClassMember Modifier and Type Constant Field Value public static final int
IDENTIFIER_FIELD_NUMBER
1
public static final int
MEMBER_DESCRIPTOR_FIELD_NUMBER
2
-
com.google.errorprone.bugpatterns.apidiff.ApiDiffProto.Diff Modifier and Type Constant Field Value public static final int
CLASS_DIFF_FIELD_NUMBER
1
-
com.google.errorprone.bugpatterns.apidiff.ApiDiffProto.EverythingDiff Modifier and Type Constant Field Value public static final int
CLASS_NAME_FIELD_NUMBER
1
-
com.google.errorprone.bugpatterns.apidiff.ApiDiffProto.MemberDiff Modifier and Type Constant Field Value public static final int
CLASS_NAME_FIELD_NUMBER
1
public static final int
MEMBER_FIELD_NUMBER
2
-
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"
-
com.google.errorprone.matchers.InjectMatchers Modifier and Type Constant Field Value public static final String
ASSISTED_ANNOTATION
"com.google.inject.assistedinject.Assisted"
public static final String
ASSISTED_INJECT_ANNOTATION
"com.google.inject.assistedinject.AssistedInject"
public static final String
DAGGER_MAP_KEY_ANNOTATION
"dagger.MapKey"
public static final String
DAGGER_PROVIDES_ANNOTATION
"dagger.Provides"
public static final String
GUICE_BINDING_ANNOTATION
"com.google.inject.BindingAnnotation"
public static final String
GUICE_INJECT_ANNOTATION
"com.google.inject.Inject"
public static final String
GUICE_MAP_KEY_ANNOTATION
"com.google.inject.multibindings.MapKey"
public static final String
GUICE_PROVIDES_ANNOTATION
"com.google.inject.Provides"
public static final String
GUICE_SCOPE_ANNOTATION
"com.google.inject.ScopeAnnotation"
public static final String
JAVAX_INJECT_ANNOTATION
"javax.inject.Inject"
public static final String
JAVAX_QUALIFIER_ANNOTATION
"javax.inject.Qualifier"
public static final String
JAVAX_SCOPE_ANNOTATION
"javax.inject.Scope"
-
com.google.errorprone.matchers.JUnitMatchers Modifier and Type Constant Field Value public static final String
JUNIT_AFTER_ANNOTATION
"org.junit.After"
public static final String
JUNIT_AFTER_CLASS_ANNOTATION
"org.junit.AfterClass"
public static final String
JUNIT_BEFORE_ANNOTATION
"org.junit.Before"
public static final String
JUNIT_BEFORE_CLASS_ANNOTATION
"org.junit.BeforeClass"
public static final String
JUNIT4_RUN_WITH_ANNOTATION
"org.junit.runner.RunWith"
public static final String
JUNIT4_TEST_ANNOTATION
"org.junit.Test"
public static final String
JUNIT4_THEORY_ANNOTATION
"org.junit.experimental.theories.Theory"
-
com.google.errorprone.refaster.Template<M extends TemplateMatch> Modifier and Type Constant Field Value public static final boolean
AUTOBOXING_DEFAULT
true
-
com.google.errorprone.refaster.UMemberSelect Modifier and Type Constant Field Value public static final String
CONVERT_TO_IDENT
""