Constant Field Values

Contents

com.puppycrawl.*

  • com.puppycrawl.tools.checkstyle.ant.CheckstyleAntTask 
    Modifier and Type Constant Field Value
    private static final java.lang.String E_PLAIN "plain"
    private static final java.lang.String E_XML "xml"
    private static final java.lang.String TIME_SUFFIX " ms."
  • com.puppycrawl.tools.checkstyle.checks.coding.AbstractSuperCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "missing.super.call"
  • com.puppycrawl.tools.checkstyle.checks.coding.ArrayTrailingCommaCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "array.trailing.comma"
  • com.puppycrawl.tools.checkstyle.checks.coding.AvoidDoubleBraceInitializationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "avoid.double.brace.init"
  • com.puppycrawl.tools.checkstyle.checks.coding.AvoidInlineConditionalsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "inline.conditional.avoid"
  • com.puppycrawl.tools.checkstyle.checks.coding.AvoidNoArgumentSuperConstructorCallCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_CTOR "super.constructor.call"
  • com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "covariant.equals"
  • com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_ACCESS "declaration.order.access"
    public static final java.lang.String MSG_CONSTRUCTOR "declaration.order.constructor"
    public static final java.lang.String MSG_INSTANCE "declaration.order.instance"
    public static final java.lang.String MSG_STATIC "declaration.order.static"
    private static final int STATE_CTOR_DEF 3
    private static final int STATE_INSTANCE_VARIABLE_DEF 2
    private static final int STATE_METHOD_DEF 4
    private static final int STATE_STATIC_VARIABLE_DEF 1
  • com.puppycrawl.tools.checkstyle.checks.coding.DefaultComesLastCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "default.comes.last"
    public static final java.lang.String MSG_KEY_SKIP_IF_LAST_AND_SHARED_WITH_CASE "default.comes.last.in.casegroup"
  • com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "empty.statement"
  • com.puppycrawl.tools.checkstyle.checks.coding.EqualsAvoidNullCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String EQUALS "equals"
    private static final java.lang.String LEFT_CURLY "{"
    public static final java.lang.String MSG_EQUALS_AVOID_NULL "equals.avoid.null"
    public static final java.lang.String MSG_EQUALS_IGNORE_CASE_AVOID_NULL "equalsIgnoreCase.avoid.null"
    private static final java.lang.String STRING "String"
  • com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY_EQUALS "equals.noEquals"
    public static final java.lang.String MSG_KEY_HASHCODE "equals.noHashCode"
  • com.puppycrawl.tools.checkstyle.checks.coding.ExplicitInitializationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "explicit.init"
  • com.puppycrawl.tools.checkstyle.checks.coding.FallThroughCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_FALL_THROUGH "fall.through"
    public static final java.lang.String MSG_FALL_THROUGH_LAST "fall.through.last"
  • com.puppycrawl.tools.checkstyle.checks.coding.FinalLocalVariableCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "final.variable"
  • com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "hidden.field"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalCatchCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "illegal.catch"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalInstantiationCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String JAVA_LANG "java.lang."
    public static final java.lang.String MSG_KEY "instantiation.avoid"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalThrowsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "illegal.throw"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "illegal.token"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalTokenTextCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "illegal.token.text"
  • com.puppycrawl.tools.checkstyle.checks.coding.IllegalTypeCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "illegal.type"
  • com.puppycrawl.tools.checkstyle.checks.coding.InnerAssignmentCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "assignment.inner.avoid"
  • com.puppycrawl.tools.checkstyle.checks.coding.MagicNumberCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "magic.number"
  • com.puppycrawl.tools.checkstyle.checks.coding.MatchXpathCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "matchxpath.match"
  • com.puppycrawl.tools.checkstyle.checks.coding.MissingCtorCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "missing.ctor"
  • com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "missing.switch.default"
  • com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String ILLEGAL_TYPE_OF_TOKEN "Illegal type of token: "
    public static final java.lang.String MSG_KEY "modified.control.variable"
  • com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "multiple.string.literal"
    private static final java.lang.String QUOTE "\""
  • com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_MULTIPLE "multiple.variable.declarations"
    public static final java.lang.String MSG_MULTIPLE_COMMA "multiple.variable.declarations.comma"
  • com.puppycrawl.tools.checkstyle.checks.coding.NestedForDepthCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "nested.for.depth"
  • com.puppycrawl.tools.checkstyle.checks.coding.NestedIfDepthCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "nested.if.depth"
  • com.puppycrawl.tools.checkstyle.checks.coding.NestedTryDepthCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "nested.try.depth"
  • com.puppycrawl.tools.checkstyle.checks.coding.NoArrayTrailingCommaCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "no.array.trailing.comma"
  • com.puppycrawl.tools.checkstyle.checks.coding.NoCloneCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "avoid.clone.method"
  • com.puppycrawl.tools.checkstyle.checks.coding.NoEnumTrailingCommaCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "no.enum.trailing.comma"
  • com.puppycrawl.tools.checkstyle.checks.coding.NoFinalizerCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "avoid.finalizer.method"
  • com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "multiple.statements.line"
  • com.puppycrawl.tools.checkstyle.checks.coding.OverloadMethodsDeclarationOrderCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "overload.methods.declaration"
  • com.puppycrawl.tools.checkstyle.checks.coding.PackageDeclarationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY_MISMATCH "mismatch.package.directory"
    public static final java.lang.String MSG_KEY_MISSING "missing.package.declaration"
  • com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "parameter.assignment"
  • com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_METHOD "require.this.method"
    public static final java.lang.String MSG_VARIABLE "require.this.variable"
  • com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "return.count"
    public static final java.lang.String MSG_KEY_VOID "return.countVoid"
  • com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "simplify.expression"
  • com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "simplify.boolReturn"
  • com.puppycrawl.tools.checkstyle.checks.coding.StringLiteralEqualityCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "string.literal.equality"
  • com.puppycrawl.tools.checkstyle.checks.coding.UnnecessaryParenthesesCheck 
    Modifier and Type Constant Field Value
    private static final int MAX_QUOTED_LENGTH 25
    public static final java.lang.String MSG_ASSIGN "unnecessary.paren.assign"
    public static final java.lang.String MSG_EXPR "unnecessary.paren.expr"
    public static final java.lang.String MSG_IDENT "unnecessary.paren.ident"
    public static final java.lang.String MSG_LAMBDA "unnecessary.paren.lambda"
    public static final java.lang.String MSG_LITERAL "unnecessary.paren.literal"
    public static final java.lang.String MSG_RETURN "unnecessary.paren.return"
    public static final java.lang.String MSG_STRING "unnecessary.paren.string"
    private static final java.lang.String QUOTE "\""
  • com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterOuterTypeDeclarationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_SEMI "unnecessary.semicolon"
  • com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonAfterTypeMemberDeclarationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_SEMI "unnecessary.semicolon"
  • com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInEnumerationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_SEMI "unnecessary.semicolon"
  • com.puppycrawl.tools.checkstyle.checks.coding.UnnecessarySemicolonInTryWithResourcesCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_SEMI "unnecessary.semicolon"
  • com.puppycrawl.tools.checkstyle.checks.coding.UnusedLocalVariableCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_UNUSED_LOCAL_VARIABLE "unused.local.var"
    private static final java.lang.String PACKAGE_SEPARATOR "."
  • com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_DISTANCE 3
    public static final java.lang.String MSG_KEY "variable.declaration.usage.distance"
    public static final java.lang.String MSG_KEY_EXT "variable.declaration.usage.distance.extend"
  • com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "design.forExtension"
  • com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "final.class"
    private static final java.lang.String PACKAGE_SEPARATOR "."
  • com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "hide.utility.class"
  • com.puppycrawl.tools.checkstyle.checks.design.InnerTypeLastCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "arrangement.members.before.inner"
  • com.puppycrawl.tools.checkstyle.checks.design.InterfaceIsTypeCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "interface.type"
  • com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_FORMAT "^.*Exception$|^.*Error$|^.*Throwable$"
    public static final java.lang.String MSG_KEY "mutable.exception"
  • com.puppycrawl.tools.checkstyle.checks.design.OneTopLevelClassCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY "one.top.level.class"
  • com.puppycrawl.tools.checkstyle.checks.design.ThrowsCountCheck 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_MAX 4
    public static final java.lang.String MSG_KEY "throws.count"
  • com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String FINAL_KEYWORD "final"
    public static final java.lang.String MSG_KEY "variable.notPrivate"
    private static final java.lang.String PACKAGE_ACCESS_MODIFIER "package"
    private static final java.lang.String PRIVATE_ACCESS_MODIFIER "private"
    private static final java.lang.String PROTECTED_ACCESS_MODIFIER "protected"
    private static final java.lang.String PUBLIC_ACCESS_MODIFIER "public"
    private static final java.lang.String STATIC_KEYWORD "static"
  • com.puppycrawl.tools.checkstyle.checks.header.HeaderCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_MISMATCH "header.mismatch"
    public static final java.lang.String MSG_MISSING "header.missing"
  • com.puppycrawl.tools.checkstyle.checks.header.RegexpHeaderCheck 
    Modifier and Type Constant Field Value
    private static final java.lang.String EMPTY_LINE_PATTERN "^$"
    public static final java.lang.String MSG_HEADER_MISMATCH "header.mismatch"
    public static final java.lang.String MSG_HEADER_MISSING "header.missing"
  • com.puppycrawl.tools.checkstyle.checks.indentation.AnnotationArrayInitHandler 
    Modifier and Type Constant Field Value
    private static final int NOT_EXIST -1
  • com.puppycrawl.tools.checkstyle.checks.indentation.ArrayInitHandler 
    Modifier and Type Constant Field Value
    private static final int NOT_EXIST -1
  • com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_KEY_BLOCK "comments.indentation.block"
    public static final java.lang.String MSG_KEY_SINGLE "comments.indentation.single"
  • com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_INDENTATION 4
    public static final java.lang.String MSG_CHILD_ERROR "indentation.child.error"
    public static final java.lang.String MSG_CHILD_ERROR_MULTI "indentation.child.error.multi"
    public static final java.lang.String MSG_ERROR "indentation.error"
    public static final java.lang.String MSG_ERROR_MULTI "indentation.error.multi"
  • com.puppycrawl.tools.checkstyle.checks.javadoc.utils.BlockTagUtil 
    Modifier and Type Constant Field Value
    private static final java.lang.String JAVADOC_CLOSING_TAG "*/"
  • com.puppycrawl.tools.checkstyle.checks.javadoc.utils.InlineTagUtil 
    Modifier and Type Constant Field Value
    private static final java.lang.String CARRIAGE_RETURN "\r"
    private static final java.lang.String LINE_FEED "\n"
  • com.puppycrawl.tools.checkstyle.checks.regexp.com.puppycrawl.tools.checkstyle.checks.regexp.MultilineDetector 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_EMPTY "regexp.empty"
    public static final java.lang.String MSG_REGEXP_EXCEEDED "regexp.exceeded"
    public static final java.lang.String MSG_REGEXP_MINIMUM "regexp.minimum"
    public static final java.lang.String MSG_STACKOVERFLOW "regexp.StackOverflowError"
  • com.puppycrawl.tools.checkstyle.checks.regexp.RegexpCheck 
    Modifier and Type Constant Field Value
    private static final int DEFAULT_DUPLICATE_LIMIT -1
    private static final int DEFAULT_ERROR_LIMIT 100
    private static final java.lang.String ERROR_LIMIT_EXCEEDED_MESSAGE "The error limit has been exceeded, the check is aborting, there may be more unreported errors."
    public static final java.lang.String MSG_DUPLICATE_REGEXP "duplicate.regexp"
    public static final java.lang.String MSG_ILLEGAL_REGEXP "illegal.regexp"
    public static final java.lang.String MSG_REQUIRED_REGEXP "required.regexp"
  • com.puppycrawl.tools.checkstyle.checks.regexp.RegexpOnFilenameCheck 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_MATCH "regexp.filename.match"
    public static final java.lang.String MSG_MISMATCH "regexp.filename.mismatch"
  • com.puppycrawl.tools.checkstyle.checks.regexp.com.puppycrawl.tools.checkstyle.checks.regexp.SinglelineDetector 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_REGEXP_EXCEEDED "regexp.exceeded"
    public static final java.lang.String MSG_REGEXP_MINIMUM "regexp.minimum"
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.ListToTreeSelectionModelWrapper 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2267930983939339510L
  • com.puppycrawl.tools.checkstyle.gui.MainFrame 
    Modifier and Type Constant Field Value
    private static final java.lang.String ICON "icon.png"
    private static final long serialVersionUID 7970053543351871890L
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.MainFrame.ExpandCollapseAction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -890320994114628011L
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.MainFrame.FileSelectionAction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1762396148873280589L
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.MainFrame.FindNodeByXpathAction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -890320994114628011L
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.MainFrame.ReloadAction 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -890320994114628011L
  • com.puppycrawl.tools.checkstyle.gui.ParseTreeTablePresentation 
    Modifier and Type Constant Field Value
    private static final java.lang.String UNKNOWN_COLUMN_MSG "Unknown column"
  • com.puppycrawl.tools.checkstyle.gui.TreeTable 
    Modifier and Type Constant Field Value
    private static final java.lang.String NEWLINE "\n"
    private static final long serialVersionUID -8493693409423365387L
  • com.puppycrawl.tools.checkstyle.gui.com.puppycrawl.tools.checkstyle.gui.TreeTableCellRenderer 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 4324031590789321581L
  • com.puppycrawl.tools.checkstyle.gui.TreeTableModelAdapter 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8269213416115369275L
  • com.puppycrawl.tools.checkstyle.xpath.ElementNode 
    Modifier and Type Constant Field Value
    private static final java.lang.String TEXT_ATTRIBUTE_NAME "text"
  • com.puppycrawl.tools.checkstyle.xpath.RootNode 
    Modifier and Type Constant Field Value
    private static final java.lang.String ROOT_NAME "ROOT"