Constant Field Values
Contents
net.sourceforge.*
-
net.sourceforge.pmd.PMDConfiguration Modifier and Type Constant Field Value public static final StringDEFAULT_SUPPRESS_MARKER"NOPMD" -
net.sourceforge.pmd.RuleSetWriter Modifier and Type Constant Field Value public static final StringRULESET_2_0_0_NS_URI"http://pmd.sourceforge.net/ruleset/2.0.0" -
net.sourceforge.pmd.RuleViolation Modifier and Type Constant Field Value public static final StringCLASS_NAME"className"public static final StringMETHOD_NAME"methodName"public static final StringPACKAGE_NAME"packageName"public static final StringVARIABLE_NAME"variableName"
-
net.sourceforge.pmd.cli.PMDCommandLineInterface Modifier and Type Constant Field Value public static final intERROR_STATUS1public static final intNO_ERRORS_STATUS0public static final StringNO_EXIT_AFTER_RUN"net.sourceforge.pmd.cli.noExit"public static final StringPROG_NAME"pmd"public static final StringSTATUS_CODE_PROPERTY"net.sourceforge.pmd.cli.status"public static final intVIOLATIONS_FOUND4
-
net.sourceforge.pmd.cpd.CPDConfiguration Modifier and Type Constant Field Value public static final StringDEFAULT_LANGUAGE"java"public static final 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 StringBY_EXTENSION"by_extension"public static final StringEXTENSION"extension" -
net.sourceforge.pmd.cpd.SimpleRenderer Modifier and Type Constant Field Value public static final StringDEFAULT_SEPARATOR"=====================================================================" -
net.sourceforge.pmd.cpd.SourceCode.ReaderCodeLoader Modifier and Type Constant Field Value public static final StringDEFAULT_NAME"CODE_LOADED_FROM_READER" -
net.sourceforge.pmd.cpd.SourceCode.StringCodeLoader Modifier and Type Constant Field Value public static final StringDEFAULT_NAME"CODE_LOADED_FROM_STRING" -
net.sourceforge.pmd.cpd.Tokenizer Modifier and Type Constant Field Value public static final StringDEFAULT_SKIP_BLOCKS_PATTERN"#if 0|#endif"public static final StringIGNORE_ANNOTATIONS"ignore_annotations"public static final StringIGNORE_IDENTIFIERS"ignore_identifiers"public static final StringIGNORE_LITERALS"ignore_literals"public static final StringIGNORE_USINGS"ignore_usings"public static final StringOPTION_IGNORE_LITERAL_SEQUENCES"net.sourceforge.pmd.cpd.Tokenizer.skipLiteralSequences"public static final StringOPTION_SKIP_BLOCKS"net.sourceforge.pmd.cpd.Tokenizer.skipBlocks"public static final StringOPTION_SKIP_BLOCKS_PATTERN"net.sourceforge.pmd.cpd.Tokenizer.skipBlocksPattern"
-
net.sourceforge.pmd.internal.util.IOUtil Modifier and Type Constant Field Value public static final intEOF-1public static final charUTF_BOM65279
-
net.sourceforge.pmd.lang.LanguagePropertyBundle Modifier and Type Constant Field Value public static final StringLANGUAGE_VERSION"version"
-
net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken Modifier and Type Constant Field Value public static final intEOF0public static final intIMPLICIT_TOKEN-1
-
net.sourceforge.pmd.lang.document.TextFile Modifier and Type Constant Field Value public static final StringUNKNOWN_FILENAME"(unknown file)" -
net.sourceforge.pmd.lang.document.TextFileContent Modifier and Type Constant Field Value public static final StringNORMALIZED_LINE_TERM"\n"public static final charNORMALIZED_LINE_TERM_CHAR10
-
net.sourceforge.pmd.lang.rule.xpath.DeprecatedAttribute Modifier and Type Constant Field Value public static final StringNO_REPLACEMENT""
-
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.renderers.CodeClimateRenderer Modifier and Type Constant Field Value public static final StringBODY_PLACEHOLDER"REPLACE_THIS_WITH_MARKDOWN"public static final StringNAME"codeclimate"protected static final StringNULL_CHARACTER"\u0000"public static final intREMEDIATION_POINTS_DEFAULT50000 -
net.sourceforge.pmd.renderers.CSVRenderer Modifier and Type Constant Field Value public static final StringNAME"csv" -
net.sourceforge.pmd.renderers.EmacsRenderer Modifier and Type Constant Field Value public static final StringNAME"emacs" -
net.sourceforge.pmd.renderers.EmptyRenderer Modifier and Type Constant Field Value public static final StringNAME"empty" -
net.sourceforge.pmd.renderers.HTMLRenderer Modifier and Type Constant Field Value public static final StringNAME"html" -
net.sourceforge.pmd.renderers.IDEAJRenderer Modifier and Type Constant Field Value public static final StringNAME"ideaj" -
net.sourceforge.pmd.renderers.JsonRenderer Modifier and Type Constant Field Value public static final StringNAME"json" -
net.sourceforge.pmd.renderers.SarifRenderer Modifier and Type Constant Field Value public static final StringNAME"sarif" -
net.sourceforge.pmd.renderers.SummaryHTMLRenderer Modifier and Type Constant Field Value public static final StringNAME"summaryhtml" -
net.sourceforge.pmd.renderers.TextColorRenderer Modifier and Type Constant Field Value public static final StringNAME"textcolor" -
net.sourceforge.pmd.renderers.TextPadRenderer Modifier and Type Constant Field Value public static final StringNAME"textpad" -
net.sourceforge.pmd.renderers.TextRenderer Modifier and Type Constant Field Value public static final StringNAME"text" -
net.sourceforge.pmd.renderers.VBHTMLRenderer Modifier and Type Constant Field Value public static final StringNAME"vbhtml" -
net.sourceforge.pmd.renderers.XMLRenderer Modifier and Type Constant Field Value public static final StringNAME"xml" -
net.sourceforge.pmd.renderers.XSLTRenderer Modifier and Type Constant Field Value public static final StringNAME"xslt" -
net.sourceforge.pmd.renderers.YAHTMLRenderer Modifier and Type Constant Field Value public static final StringNAME"yahtml"
-
net.sourceforge.pmd.util.internal.xml.XmlErrorMessages Modifier and Type Constant Field Value public static final StringERR__BLANK_REQUIRED_ATTRIBUTE"Required attribute \'\'{0}\'\' is blank"public static final StringERR__CONSTRAINT_NOT_SATISFIED"Property constraint(s) not satisfied: {0}"public static final StringERR__INVALID_LANG_VERSION"Invalid language version \'\'{0}\'\' for language \'\'{1}\'\', supported versions are {2}"public static final StringERR__INVALID_LANG_VERSION_NO_NAMED_VERSION"Invalid language version \'\'{0}\'\' for language \'\'{1}\'\', the language has no named versions"public static final StringERR__INVALID_PRIORITY_VALUE"Not a valid priority: \'\'{0}\'\', expected a number in [1,5]"public static final StringERR__INVALID_VERSION_RANGE"Invalid language version range, minimum version \'\'{0}\'\' is greater than maximum version \'\'{1}\'\'"public static final StringERR__LIST_CONSTRAINT_NOT_SATISFIED"Property constraint(s) not satisfied on items"public static final StringERR__MISSING_REQUIRED_ATTRIBUTE"Required attribute \'\'{0}\'\' is missing"public static final StringERR__MISSING_REQUIRED_ELEMENT"Required child element named {0} is missing"public static final StringERR__PROPERTY_DOES_NOT_EXIST"Cannot set non-existent property \'\'{0}\'\' on rule {1}"public static final StringERR__UNEXPECTED_ATTRIBUTE_IN"Unexpected attribute \'\'{0}\'\' in {1}"public static final StringERR__UNEXPECTED_ELEMENT"Unexpected element \'\'{0}\'\' in {1}, expecting {2}"public static final StringERR__UNEXPECTED_ELEMENT_IN"Unexpected element \'\'{0}\'\' in {1}"public static final StringERR__UNSUPPORTED_PROPERTY_TYPE"Unsupported property type \'\'{0}\'\'"public static final StringERR__UNSUPPORTED_VALUE_ATTRIBUTE"This property does not support the attribute syntax.\nUse a nested element, e.g. {1}"public static final StringIGNORED__DUPLICATE_CHILD_ELEMENT"Duplicated child with name \'\'{0}\'\', this will be ignored"public static final StringIGNORED__DUPLICATE_PROPERTY_SETTER"Duplicate property tag with name \'\'{0}\'\', this will be ignored"public static final StringIGNORED__UNEXPECTED_ATTRIBUTE_IN"Unexpected attribute \'\'{0}\'\' in {1}, this will be ignored"public static final StringIGNORED__UNEXPECTED_ELEMENT"Unexpected element \'\'{0}\'\' in {1}, expecting {2}, this will be ignored"public static final StringIGNORED__UNEXPECTED_ELEMENT_IN"Unexpected element \'\'{0}\'\' in {1}, this will be ignored"public static final StringWARN__DEPRECATED_USE_OF_ATTRIBUTE"The use of the \'\'{0}\'\' attribute is deprecated. Use a nested element, e.g. {1}"