Uses of Class
net.sourceforge.pmd.cpd.Match
-
Packages that use Match Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of Match in net.sourceforge.pmd.cpd
Fields in net.sourceforge.pmd.cpd with type parameters of type Match Modifier and Type Field Description static Comparator<Match>
GUI. LABEL_COMPARATOR
static Comparator<Match>
Match. LINES_COMPARATOR
static Comparator<Match>
Match. MATCHES_COMPARATOR
Methods in net.sourceforge.pmd.cpd that return types with arguments of type Match Modifier and Type Method Description List<Match>
CPDReport. getMatches()
Return the list of duplication matches found by the CPD analysis.Methods in net.sourceforge.pmd.cpd with parameters of type Match Modifier and Type Method Description int
Match. compareTo(Match other)
Method parameters in net.sourceforge.pmd.cpd with type arguments of type Match Modifier and Type Method Description CPDReport
CPDReport. filterMatches(Predicate<Match> filter)
Creates a new CPD report taking all the information from this report, but filtering the matches.
-