Uses of Class
net.sourceforge.pmd.cpd.Mark
-
Packages that use Mark Package Description net.sourceforge.pmd.cpd Token-based copy-paste detection. -
-
Uses of Mark in net.sourceforge.pmd.cpd
Methods in net.sourceforge.pmd.cpd that return Mark Modifier and Type Method Description MarkMatch. getFirstMark()MarkMatch. getSecondMark()Methods in net.sourceforge.pmd.cpd that return types with arguments of type Mark Modifier and Type Method Description Set<Mark>Match. getMarkSet()Iterator<Mark>Match. iterator()Methods in net.sourceforge.pmd.cpd with parameters of type Mark Modifier and Type Method Description intMark. compareTo(Mark other)CharsCPDReport. getSourceCodeSlice(Mark mark)Return the slice of source code where the mark was found.
-