Constant Field Values
Contents
net.sourceforge.*
-
net.sourceforge.pmd.PMD Modifier and Type Constant Field Value public static final java.lang.StringSUPPRESS_MARKER"NOPMD" -
net.sourceforge.pmd.RuleSetWriter Modifier and Type Constant Field Value public static final java.lang.StringRULESET_2_0_0_NS_URI"http://pmd.sourceforge.net/ruleset/2.0.0"public static final java.lang.StringRULESET_NS_URI"http://pmd.sourceforge.net/ruleset/2.0.0"
-
net.sourceforge.pmd.cli.PMDCommandLineInterface Modifier and Type Constant Field Value public static final intERROR_STATUS1public static final java.lang.StringNO_EXIT_AFTER_RUN"net.sourceforge.pmd.cli.noExit"public static final java.lang.StringPROG_NAME"pmd"public static final java.lang.StringSTATUS_CODE_PROPERTY"net.sourceforge.pmd.cli.status"public static final intVIOLATIONS_FOUND4
-
net.sourceforge.pmd.cpd.AnyTokenizer Modifier and Type Constant Field Value public static final java.lang.StringTOKENS" \t!#$%^&*(){}-=+<>/\\`~;:" -
net.sourceforge.pmd.cpd.CPDCommandLineInterface Modifier and Type Constant Field Value public static final java.lang.StringNO_EXIT_AFTER_RUN"net.sourceforge.pmd.cli.noExit"public static final java.lang.StringSTATUS_CODE_PROPERTY"net.sourceforge.pmd.cli.status" -
net.sourceforge.pmd.cpd.CPDConfiguration Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_LANGUAGE"java"public static final java.lang.StringDEFAULT_RENDERER"text" -
net.sourceforge.pmd.cpd.CPDListener Modifier and Type Constant Field Value public static final intDONE4public static final intGROUPING3public static final intHASH1public static final intINIT0public static final intMATCH2 -
net.sourceforge.pmd.cpd.CSVRenderer Modifier and Type Constant Field Value public static final booleanDEFAULT_LINECOUNTPERFILEfalsepublic static final charDEFAULT_SEPARATOR44 -
net.sourceforge.pmd.cpd.LanguageFactory Modifier and Type Constant Field Value public static final java.lang.StringBY_EXTENSION"by_extension"public static final java.lang.StringEXTENSION"extension" -
net.sourceforge.pmd.cpd.SimpleRenderer Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_SEPARATOR"=====================================================================" -
net.sourceforge.pmd.cpd.SourceCode.ReaderCodeLoader Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_NAME"CODE_LOADED_FROM_READER" -
net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_NAME"CODE_LOADED_FROM_STRING" -
net.sourceforge.pmd.cpd.Tokenizer Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_SKIP_BLOCKS_PATTERN"#if 0|#endif"public static final java.lang.StringIGNORE_ANNOTATIONS"ignore_annotations"public static final java.lang.StringIGNORE_IDENTIFIERS"ignore_identifiers"public static final java.lang.StringIGNORE_LITERALS"ignore_literals"public static final java.lang.StringIGNORE_USINGS"ignore_usings"public static final java.lang.StringOPTION_SKIP_BLOCKS"net.sourceforge.pmd.cpd.Tokenizer.skipBlocks"public static final java.lang.StringOPTION_SKIP_BLOCKS_PATTERN"net.sourceforge.pmd.cpd.Tokenizer.skipBlocksPattern"
-
net.sourceforge.pmd.dcd.ClassLoaderUtil Modifier and Type Constant Field Value public static final java.lang.StringCLINIT"<clinit>"public static final java.lang.StringINIT"<init>"
-
net.sourceforge.pmd.lang.Language Modifier and Type Constant Field Value public static final java.lang.StringLANGUAGE_MODULES_CLASS_NAMES_PROPERTY"languageModulesClassNames"
-
net.sourceforge.pmd.lang.ast.JavaCharStream Modifier and Type Constant Field Value public static final booleanstaticFlagfalse -
net.sourceforge.pmd.lang.ast.SimpleCharStream Modifier and Type Constant Field Value public static final booleanstaticFlagfalse -
net.sourceforge.pmd.lang.ast.TokenMgrError Modifier and Type Constant Field Value public static final intINVALID_LEXICAL_STATE2public static final intLEXICAL_ERROR0public static final intLOOP_DETECTED3public static final intSTATIC_LEXER_ERROR1
-
net.sourceforge.pmd.lang.dfa.VariableAccess Modifier and Type Constant Field Value public static final intDEFINITION0public static final intREFERENCING1public static final intUNDEFINITION2
-
net.sourceforge.pmd.lang.rule.stat.StatisticalRuleHelper Modifier and Type Constant Field Value public static final doubleDELTA5.0E-6
-
net.sourceforge.pmd.lang.rule.xpath.XPathRuleQuery Modifier and Type Constant Field Value public static final java.lang.StringXPATH_1_0"1.0"public static final java.lang.StringXPATH_1_0_COMPATIBILITY"1.0 compatibility"public static final java.lang.StringXPATH_2_0"2.0"
-
net.sourceforge.pmd.properties.MultiValuePropertyDescriptor<V> Modifier and Type Constant Field Value public static final charDEFAULT_DELIMITER124public static final charDEFAULT_NUMERIC_DELIMITER44 -
net.sourceforge.pmd.properties.PackagedPropertyDescriptor<T> Modifier and Type Constant Field Value public static final charMULTI_VALUE_DELIMITER124public static final charPACKAGE_NAME_DELIMITER32
-
net.sourceforge.pmd.properties.modules.MethodPropertyModule Modifier and Type Constant Field Value public static final java.lang.StringARRAY_FLAG"[]"public static final charCLASS_METHOD_DELIMITER35public static final charMETHOD_ARG_DELIMITER44
-
net.sourceforge.pmd.renderers.CodeClimateRenderer Modifier and Type Constant Field Value public static final java.lang.StringBODY_PLACEHOLDER"REPLACE_THIS_WITH_MARKDOWN"public static final java.lang.StringNAME"codeclimate"protected static final java.lang.StringNULL_CHARACTER"\u0000"public static final intREMEDIATION_POINTS_DEFAULT50000 -
net.sourceforge.pmd.renderers.CSVRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"csv" -
net.sourceforge.pmd.renderers.EmacsRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"emacs" -
net.sourceforge.pmd.renderers.EmptyRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"empty" -
net.sourceforge.pmd.renderers.HTMLRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"html" -
net.sourceforge.pmd.renderers.IDEAJRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"ideaj" -
net.sourceforge.pmd.renderers.SummaryHTMLRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"summaryhtml" -
net.sourceforge.pmd.renderers.TextColorRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"textcolor" -
net.sourceforge.pmd.renderers.TextPadRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"textpad" -
net.sourceforge.pmd.renderers.TextRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"text" -
net.sourceforge.pmd.renderers.VBHTMLRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"vbhtml" -
net.sourceforge.pmd.renderers.XMLRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"xml" -
net.sourceforge.pmd.renderers.XSLTRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"xslt" -
net.sourceforge.pmd.renderers.YAHTMLRenderer Modifier and Type Constant Field Value public static final java.lang.StringNAME"yahtml"
-
net.sourceforge.pmd.util.viewer.gui.ActionCommands Modifier and Type Constant Field Value public static final java.lang.StringCOMPILE_ACTION"Compile"public static final java.lang.StringEVALUATE_ACTION"Evaluate"
-
net.sourceforge.pmd.util.viewer.model.ViewerModelEvent Modifier and Type Constant Field Value public static final intCODE_RECOMPILED1public static final intNODE_SELECTED2public static final intPATH_EXPRESSION_APPENDED3public static final intPATH_EXPRESSION_EVALUATED4