- getCsv() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdReports
-
- getCsv() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdReportsImpl
-
- getEncoding() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
The character set encoding (e.g., UTF-8) to use when reading the source code files but also when producing the report; defaults to
CpdExtension.getEncoding().
- getEncoding() - Method in class de.aaschmid.gradle.plugins.cpd.CpdExtension
-
The character set encoding (e.g., UTF-8) to use when reading the source code files but also when producing the report; defaults to
System.getProperty("file.encoding").
- getEncoding() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdXmlFileReport
-
- getEncoding() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdXmlFileReportImpl
-
- getEncoding() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getIgnoreAnnotations() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Ignore annotations because more and more modern frameworks use annotations on classes and methods which can be very redundant and
causes false positives.
- getIgnoreAnnotations() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getIgnoreFailures() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Whether or not to allow the build to continue if there are warnings.
- getIgnoreFailures() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getIgnoreIdentifiers() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Option if CPD should ignore identifiers differences, i.e. variable names, methods names, and so forth, when evaluating a duplicate
block.
- getIgnoreIdentifiers() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getIgnoreLiterals() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Option if CPD should ignore literal value differences when evaluating a duplicate block.
- getIgnoreLiterals() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getLanguage() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Flag to select the appropriate language.
- getLanguage() - Method in class de.aaschmid.gradle.plugins.cpd.CpdExtension
-
Flag to select the appropriate language; defaults to 'java'.
- getLanguage() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getLineSeparator() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdTextFileReport
-
- getLineSeparator() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdTextFileReportImpl
-
- getMinimumTokenCount() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
- getMinimumTokenCount() - Method in class de.aaschmid.gradle.plugins.cpd.CpdExtension
-
A positive integer indicating the minimum token count to trigger a CPD match; defaults to 50.
- getMinimumTokenCount() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getPmdClasspath() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
The classpath containing the PMD library which contains the CPD library to be used.
- getReportParameters() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getReports() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
- getSeparator() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdCsvFileReport
-
- getSeparator() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdCsvFileReportImpl
-
- getSkipBlocks() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
- getSkipBlocks() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getSkipBlocksPattern() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Configures the pattern, to find the blocks to skip if enabled using
Cpd.skipBlocks.
- getSkipBlocksPattern() - Method in class de.aaschmid.gradle.plugins.cpd.CpdExtension
-
- getSkipBlocksPattern() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getSkipDuplicateFiles() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Ignore multiple copies of files of the same name and length in comparison.
- getSkipDuplicateFiles() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getSkipLexicalErrors() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
Skip files which cannot be tokenized due to invalid characters instead of aborting CPD.
- getSkipLexicalErrors() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getSource() - Method in class de.aaschmid.gradle.plugins.cpd.Cpd
-
- getSourceFiles() - Method in interface de.aaschmid.gradle.plugins.cpd.internal.worker.CpdWorkParameters
-
- getText() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdReports
-
- getText() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdReportsImpl
-
- getTrimLeadingCommonSourceWhitespaces() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdTextFileReport
-
- getTrimLeadingCommonSourceWhitespaces() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdTextFileReportImpl
-
- getVs() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdReports
-
- getVs() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdReportsImpl
-
- getXml() - Method in interface de.aaschmid.gradle.plugins.cpd.CpdReports
-
- getXml() - Method in class de.aaschmid.gradle.plugins.cpd.internal.CpdReportsImpl
-