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.cpd.CPDConfiguration Modifier and Type Constant Field Value public static final StringDEFAULT_LANGUAGE"java"public static final StringDEFAULT_RENDERER"text" -
net.sourceforge.pmd.cpd.CpdLanguageProperties Modifier and Type Constant Field Value public static final StringDEFAULT_SKIP_BLOCKS_PATTERN"#if 0|#endif" -
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.SimpleRenderer Modifier and Type Constant Field Value public static final StringDEFAULT_SEPARATOR"====================================================================="
-
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.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.PropertyFactory Modifier and Type Constant Field Value public static final charDEFAULT_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_VALUE_RANGE"Minimum value should be lower than maximum value"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__PROPERTY_CHILD_HAS_PRECEDENCE"Both a \'\'value\'\' attribute and a child element are present, the attribute 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__DELIMITER_DEPRECATED"Delimiter attribute is not supported anymore, values are always comma-separated."public static final StringWARN__DEPRECATED_USE_OF_ATTRIBUTE"The use of the \'\'{0}\'\' attribute is deprecated. Use a nested element, e.g. {1}"