Package net.sourceforge.pmd.cpd
Class CpdLanguageProperties
- java.lang.Object
-
- net.sourceforge.pmd.cpd.CpdLanguageProperties
-
public final class CpdLanguageProperties extends Object
These are language properties common to multipleCpdCapableLanguage
s.- See Also:
LanguagePropertyBundle
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDescriptor<Boolean>
CPD_ANONYMIZE_IDENTIFIERS
static PropertyDescriptor<Boolean>
CPD_ANONYMIZE_LITERALS
static PropertyDescriptor<Boolean>
CPD_IGNORE_IMPORTS
static PropertyDescriptor<Boolean>
CPD_IGNORE_LITERAL_AND_IDENTIFIER_SEQUENCES
static PropertyDescriptor<Boolean>
CPD_IGNORE_LITERAL_SEQUENCES
static PropertyDescriptor<Boolean>
CPD_IGNORE_METADATA
-
-
-
Field Detail
-
CPD_IGNORE_LITERAL_SEQUENCES
public static final PropertyDescriptor<Boolean> CPD_IGNORE_LITERAL_SEQUENCES
-
CPD_IGNORE_LITERAL_AND_IDENTIFIER_SEQUENCES
public static final PropertyDescriptor<Boolean> CPD_IGNORE_LITERAL_AND_IDENTIFIER_SEQUENCES
-
CPD_ANONYMIZE_LITERALS
public static final PropertyDescriptor<Boolean> CPD_ANONYMIZE_LITERALS
-
CPD_ANONYMIZE_IDENTIFIERS
public static final PropertyDescriptor<Boolean> CPD_ANONYMIZE_IDENTIFIERS
-
CPD_IGNORE_IMPORTS
public static final PropertyDescriptor<Boolean> CPD_IGNORE_IMPORTS
-
CPD_IGNORE_METADATA
public static final PropertyDescriptor<Boolean> CPD_IGNORE_METADATA
-
-