Uses of Package
net.sourceforge.pmd.cpd
-
Packages that use net.sourceforge.pmd.cpd Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection.net.sourceforge.pmd.cpd.impl Utilities to implement a CPDCpdLexer.net.sourceforge.pmd.lang net.sourceforge.pmd.lang.impl -
Classes in net.sourceforge.pmd.cpd used by net.sourceforge.pmd.cpd Class Description CpdAnalysis Main programmatic API of CPD.CPDConfiguration CpdLexer Tokenizes a source file into tokens consumable by CPD.CPDListener CPDReport The result of a CPD analysis.CPDReportRenderer Render aCPDReportto a file.CSVRenderer Renders a report to CSV.Mark A range of tokens in a source file, identified by a start and end token (both included in the range).Match TokenEntry TokenFactory Proxy to record tokens from withinCpdLexer.tokenize(TextDocument, TokenFactory).Tokens Global token collector for CPD. -
Classes in net.sourceforge.pmd.cpd used by net.sourceforge.pmd.cpd.impl Class Description CpdLexer Tokenizes a source file into tokens consumable by CPD.TokenFactory Proxy to record tokens from withinCpdLexer.tokenize(TextDocument, TokenFactory). -
Classes in net.sourceforge.pmd.cpd used by net.sourceforge.pmd.lang Class Description CpdCapableLanguage A language that supportsCPD.CpdLexer Tokenizes a source file into tokens consumable by CPD. -
Classes in net.sourceforge.pmd.cpd used by net.sourceforge.pmd.lang.impl Class Description CpdCapableLanguage A language that supportsCPD.CpdLexer Tokenizes a source file into tokens consumable by CPD.