Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.969 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 211 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Expand.java |
2 | 8 | 222 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Expand.java |
| |||||
for (int w = 0; w < incls.length; w++) { String pattern = incls[w].replace('/', File.separatorChar).replace('\\', File.separatorChar); if (pattern.endsWith(File.separator)) { pattern += "**"; } includePatterns.add(pattern); } |
| |||||
for (int w = 0; w < excls.length; w++) { String pattern = excls[w].replace('/', File.separatorChar).replace('\\', File.separatorChar); if (pattern.endsWith(File.separator)) { pattern += "**"; } excludePatterns.add(pattern); } |
| |||
for (int w = 0; w < [[#variable10113b60]].length; w++) { String pattern = [[#variable10113b60]][w].replace('/', File.separatorChar).replace('\\', File.separatorChar); if (pattern.endsWith(File.separator)) { pattern += "**"; } [[#variable10113ae0]].add(pattern); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#10113b60]] | incls |
1 | 2 | [[#10113b60]] | excls |
2 | 1 | [[#10113ae0]] | includePatterns |
2 | 2 | [[#10113ae0]] | excludePatterns |