Constant Field Values
Contents
net.sourceforge.*
-
net.sourceforge.pmd.PMDConfiguration Modifier and Type Constant Field Value public static final String
DEFAULT_SUPPRESS_MARKER
"NOPMD"
-
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.SimpleRenderer Modifier and Type Constant Field Value public static final String
DEFAULT_SEPARATOR
"====================================================================="
-
net.sourceforge.pmd.lang.LanguagePropertyBundle Modifier and Type Constant Field Value public static final String
LANGUAGE_VERSION
"version"
-
net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Modifier and Type Constant Field Value public static final int
EOF
0
public static final int
IMPLICIT_TOKEN
-1
-
net.sourceforge.pmd.lang.document.TextFileContent Modifier and Type Constant Field Value public static final String
NORMALIZED_LINE_TERM
"\n"
public static final char
NORMALIZED_LINE_TERM_CHAR
10
-
net.sourceforge.pmd.lang.rule.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"
-
net.sourceforge.pmd.lang.rule.xpath.DeprecatedAttribute Modifier and Type Constant Field Value public static final String
NO_REPLACEMENT
""
-
net.sourceforge.pmd.properties.PropertyFactory Modifier and Type Constant Field Value public static final char
DEFAULT_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.reporting.RuleViolation Modifier and Type Constant Field Value public static final String
CLASS_NAME
"className"
public static final String
METHOD_NAME
"methodName"
public static final String
PACKAGE_NAME
"packageName"
public static final String
VARIABLE_NAME
"variableName"