Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.952 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 452 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/PatternSet.java |
2 | 11 | 470 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/PatternSet.java |
| |||||
while (e.hasMoreElements()) { NameEntry ne = (NameEntry) e.nextElement(); String fileName = ne.evalName(p); if (fileName != null) { File inclFile = p.resolveFile(fileName); if ( !inclFile.exists()) { throw new BuildException("Includesfile " + inclFile.getAbsolutePath() + " not found."); } readPatterns(inclFile, includeList, p); } } |
| |||||
while (e.hasMoreElements()) { NameEntry ne = (NameEntry) e.nextElement(); String fileName = ne.evalName(p); if (fileName != null) { File exclFile = p.resolveFile(fileName); if ( !exclFile.exists()) { throw new BuildException("Excludesfile " + exclFile.getAbsolutePath() + " not found."); } readPatterns(exclFile, excludeList, p); } } |
| |||
while (e.hasMoreElements()) { NameEntry ne = (NameEntry) e.nextElement(); String fileName = ne.evalName(p); if (fileName != null) { File [[#variablefe2f2a0]]= p.resolveFile(fileName); if ( ! [[#variablefe2f2a0]].exists()) { throw new BuildException( [[#variablefe2f060]] + [[#variablefe2f2a0]].getAbsolutePath() + " not found."); } readPatterns( [[#variablefe2f2a0]], [[#variablefe2efc0]], p); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe2f2a0]] | inclFile |
1 | 2 | [[#fe2f2a0]] | exclFile |
2 | 1 | [[#fe2f060]] | "Includesfile " |
2 | 2 | [[#fe2f060]] | "Excludesfile " |
3 | 1 | [[#fe2efc0]] | includeList |
3 | 2 | [[#fe2efc0]] | excludeList |