Constant Field Values
Contents
net.sourceforge.*
-
net.sourceforge.pmd.PMD Modifier and Type Constant Field Value public static final String
SUPPRESS_MARKER
"NOPMD"
-
net.sourceforge.pmd.RuleSetWriter Modifier and Type Constant Field Value public static final String
RULESET_2_0_0_NS_URI
"http://pmd.sourceforge.net/ruleset/2.0.0"
public static final String
RULESET_NS_URI
"http://pmd.sourceforge.net/ruleset/2.0.0"
-
net.sourceforge.pmd.cli.PMDCommandLineInterface Modifier and Type Constant Field Value public static final int
ERROR_STATUS
1
public static final int
NO_ERRORS_STATUS
0
public static final String
NO_EXIT_AFTER_RUN
"net.sourceforge.pmd.cli.noExit"
public static final String
PROG_NAME
"pmd"
public static final String
STATUS_CODE_PROPERTY
"net.sourceforge.pmd.cli.status"
public static final int
VIOLATIONS_FOUND
4
-
net.sourceforge.pmd.cpd.CPDCommandLineInterface Modifier and Type Constant Field Value public static final String
NO_EXIT_AFTER_RUN
"net.sourceforge.pmd.cli.noExit"
public static final String
STATUS_CODE_PROPERTY
"net.sourceforge.pmd.cli.status"
-
net.sourceforge.pmd.cpd.CPDConfiguration Modifier and Type Constant Field Value public static final String
DEFAULT_LANGUAGE
"java"
public static final String
DEFAULT_RENDERER
"text"
-
net.sourceforge.pmd.cpd.CPDListener Modifier and Type Constant Field Value public static final int
DONE
4
public static final int
GROUPING
3
public static final int
HASH
1
public static final int
INIT
0
public static final int
MATCH
2
-
net.sourceforge.pmd.cpd.CSVRenderer Modifier and Type Constant Field Value public static final boolean
DEFAULT_LINECOUNTPERFILE
false
public static final char
DEFAULT_SEPARATOR
44
-
net.sourceforge.pmd.cpd.LanguageFactory Modifier and Type Constant Field Value public static final String
BY_EXTENSION
"by_extension"
public static final String
EXTENSION
"extension"
-
net.sourceforge.pmd.cpd.SimpleRenderer Modifier and Type Constant Field Value public static final String
DEFAULT_SEPARATOR
"====================================================================="
-
net.sourceforge.pmd.cpd.SourceCode.ReaderCodeLoader Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"CODE_LOADED_FROM_READER"
-
net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader Modifier and Type Constant Field Value public static final String
DEFAULT_NAME
"CODE_LOADED_FROM_STRING"
-
net.sourceforge.pmd.cpd.Tokenizer Modifier and Type Constant Field Value public static final String
DEFAULT_SKIP_BLOCKS_PATTERN
"#if 0|#endif"
public static final String
IGNORE_ANNOTATIONS
"ignore_annotations"
public static final String
IGNORE_IDENTIFIERS
"ignore_identifiers"
public static final String
IGNORE_LITERALS
"ignore_literals"
public static final String
IGNORE_USINGS
"ignore_usings"
public static final String
OPTION_IGNORE_LITERAL_SEQUENCES
"net.sourceforge.pmd.cpd.Tokenizer.skipLiteralSequences"
public static final String
OPTION_SKIP_BLOCKS
"net.sourceforge.pmd.cpd.Tokenizer.skipBlocks"
public static final String
OPTION_SKIP_BLOCKS_PATTERN
"net.sourceforge.pmd.cpd.Tokenizer.skipBlocksPattern"
-
net.sourceforge.pmd.dcd.ClassLoaderUtil Modifier and Type Constant Field Value public static final String
CLINIT
"<clinit>"
public static final String
INIT
"<init>"
-
net.sourceforge.pmd.lang.Language Modifier and Type Constant Field Value public static final String
LANGUAGE_MODULES_CLASS_NAMES_PROPERTY
"languageModulesClassNames"
-
net.sourceforge.pmd.lang.ast.JavaCharStream Modifier and Type Constant Field Value public static final boolean
staticFlag
false
-
net.sourceforge.pmd.lang.ast.SimpleCharStream Modifier and Type Constant Field Value public static final boolean
staticFlag
false
-
net.sourceforge.pmd.lang.ast.TokenMgrError Modifier and Type Constant Field Value public static final int
INVALID_LEXICAL_STATE
2
public static final int
LEXICAL_ERROR
0
public static final int
LOOP_DETECTED
3
public static final int
STATIC_LEXER_ERROR
1
-
net.sourceforge.pmd.lang.dfa.VariableAccess Modifier and Type Constant Field Value public static final int
DEFINITION
0
public static final int
REFERENCING
1
public static final int
UNDEFINITION
2
-
net.sourceforge.pmd.lang.rule.stat.StatisticalRuleHelper Modifier and Type Constant Field Value public static final double
DELTA
5.0E-6
-
net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery Modifier and Type Constant Field Value public static final String
XPATH_1_0
"1.0"
public static final String
XPATH_1_0_COMPATIBILITY
"1.0 compatibility"
public static final String
XPATH_2_0
"2.0"
-
net.sourceforge.pmd.properties.MultiValuePropertyDescriptor<V> Modifier and Type Constant Field Value public static final char
DEFAULT_DELIMITER
124
public static final char
DEFAULT_NUMERIC_DELIMITER
44
-
net.sourceforge.pmd.properties.PackagedPropertyDescriptor<T> Modifier and Type Constant Field Value public static final char
MULTI_VALUE_DELIMITER
124
public static final char
PACKAGE_NAME_DELIMITER
32
-
net.sourceforge.pmd.properties.modules.MethodPropertyModule Modifier and Type Constant Field Value public static final String
ARRAY_FLAG
"[]"
public static final char
CLASS_METHOD_DELIMITER
35
public static final char
METHOD_ARG_DELIMITER
44
-
net.sourceforge.pmd.renderers.CodeClimateRenderer Modifier and Type Constant Field Value public static final String
BODY_PLACEHOLDER
"REPLACE_THIS_WITH_MARKDOWN"
public static final String
NAME
"codeclimate"
protected static final String
NULL_CHARACTER
"\u0000"
public static final int
REMEDIATION_POINTS_DEFAULT
50000
-
net.sourceforge.pmd.renderers.CSVRenderer Modifier and Type Constant Field Value public static final String
NAME
"csv"
-
net.sourceforge.pmd.renderers.EmacsRenderer Modifier and Type Constant Field Value public static final String
NAME
"emacs"
-
net.sourceforge.pmd.renderers.EmptyRenderer Modifier and Type Constant Field Value public static final String
NAME
"empty"
-
net.sourceforge.pmd.renderers.HTMLRenderer Modifier and Type Constant Field Value public static final String
NAME
"html"
-
net.sourceforge.pmd.renderers.IDEAJRenderer Modifier and Type Constant Field Value public static final String
NAME
"ideaj"
-
net.sourceforge.pmd.renderers.JsonRenderer Modifier and Type Constant Field Value public static final String
NAME
"json"
-
net.sourceforge.pmd.renderers.SarifRenderer Modifier and Type Constant Field Value public static final String
NAME
"sarif"
-
net.sourceforge.pmd.renderers.SummaryHTMLRenderer Modifier and Type Constant Field Value public static final String
NAME
"summaryhtml"
-
net.sourceforge.pmd.renderers.TextColorRenderer Modifier and Type Constant Field Value public static final String
NAME
"textcolor"
-
net.sourceforge.pmd.renderers.TextPadRenderer Modifier and Type Constant Field Value public static final String
NAME
"textpad"
-
net.sourceforge.pmd.renderers.TextRenderer Modifier and Type Constant Field Value public static final String
NAME
"text"
-
net.sourceforge.pmd.renderers.VBHTMLRenderer Modifier and Type Constant Field Value public static final String
NAME
"vbhtml"
-
net.sourceforge.pmd.renderers.XMLRenderer Modifier and Type Constant Field Value public static final String
NAME
"xml"
-
net.sourceforge.pmd.renderers.XSLTRenderer Modifier and Type Constant Field Value public static final String
NAME
"xslt"
-
net.sourceforge.pmd.renderers.YAHTMLRenderer Modifier and Type Constant Field Value public static final String
NAME
"yahtml"
-
net.sourceforge.pmd.util.viewer.gui.ActionCommands Modifier and Type Constant Field Value public static final String
COMPILE_ACTION
"Compile"
public static final String
EVALUATE_ACTION
"Evaluate"
-
net.sourceforge.pmd.util.viewer.model.ViewerModelEvent Modifier and Type Constant Field Value public static final int
CODE_RECOMPILED
1
public static final int
NODE_SELECTED
2
public static final int
PATH_EXPRESSION_APPENDED
3
public static final int
PATH_EXPRESSION_EVALUATED
4