Added a getMatches() to CPD
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1683 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -35,6 +35,10 @@ public class CPD {
|
||||
matchAlgorithm.findMatches(minimumTileSize);
|
||||
}
|
||||
|
||||
public Iterator getMatches() {
|
||||
return matchAlgorithm.matches();
|
||||
}
|
||||
|
||||
public String getReport() {
|
||||
// yikes. there's a dire need for refactoring here.
|
||||
StringBuffer rpt = new StringBuffer();
|
||||
|
Reference in New Issue
Block a user