| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TOKEN_TYPE_FORMATTING |
999999 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
TOKEN_TYPE_WHITESPACE |
999999 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
source |
"command line" |
public static final String |
SOURCE_COMMAND_LINE |
"command line" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INFINITE_ARGS |
-1 |
public static final int |
NOT_SET |
-2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
FILES |
"files" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Class name does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Constant name does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Comment must not be empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Function body must not be empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Block must not be empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Statement must not be empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Field name \'${varName}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Function name \'${functionName}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Interface name does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Comment must be ${position} code" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Variable name \'${varName}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Parameter name \'${paramName}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Local variable \'${varName}\' has the same name as field in class \'${className}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Function \'${functionName}\' has blocks nested ${depth} levels deep, but expected no deeper than ${maxDepth} levels" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Function \'${functionName}\' has ${params} parameters, but expected no more than ${maxParams} parameters" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"ASDoc comments must not be empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Public APIs must have ASDoc comments" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Constructor \'${functionName}\' does not include \'super()\' call" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on class \'${className}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on field \'${variableName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on interface \'${interfaceName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on method \'${functionName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on package function \'${functionName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing namespace on package variable \'${variableName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Semicolon is required" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing type for function parameter \'${paramName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing function return type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing type for variable \'${varName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"MXML attribute \'${attributeName}\' value is empty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"MXML id \'${idValue}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use the * type for function parameter \'${paramName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use the * type for variable \'${varName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use the * type for function return type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must simplify statement to remove redundant comparison with true or false" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Constructor \'${functionName}\' must not call \'dispatchEvent\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Constructor \'${functionName}\' must not specify \'${returnType}\' return type" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Object literal contains duplicate key \'${keyName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Class \'${className}\' must not be dynamic" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Condition is always \'${value}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must remove leading zeros from numeric literal \'${value}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Array literals must not be sparse" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Calls to \'${functionName}\' must use constant value instead of string literal for event name" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Closure must not contain \'this\' keyword" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not call trace() function" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use \'void\' operator" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use wildcard import" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use \'with\' statement" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Method override \'${functionName}\' must contain more than call to \'super.${functionName}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Package name \'${packageName}\' does not match the pattern \'${pattern}\'" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Constant must be static" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must use ${requiredTokenText} instead of ${tokenText}" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Missing \'default\' clause in \'switch\' statement" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Must not use negation on left side of in, is, and instanceof operators. Did you mean to use parentheses?" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"String \'${value}\' is not a valid result for typeof operator" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESCRIPTION |
"Variable name \'${varName}\' must be declared at the top of this function" |
Copyright © 2023 The Apache Software Foundation. All rights reserved.