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_COMPARATORstatic Comparator<Match>Match. LINES_COMPARATORstatic Comparator<Match>Match. MATCHES_COMPARATORMethods 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 intMatch. compareTo(Match other)Method parameters in net.sourceforge.pmd.cpd with type arguments of type Match Modifier and Type Method Description CPDReportCPDReport. filterMatches(Predicate<Match> filter)Creates a new CPD report taking all the information from this report, but filtering the matches.
-