Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.955 | class_body |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 142 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Diagnostics.java |
2 | 3 | 155 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/ANTLRTest.java |
3 | 3 | 161 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/ANTLRTest.java |
| |||||
{ public boolean accept(File dir, String name) { return name.endsWith(".jar"); } } |
| |||||
{ public boolean accept(File dir, String name) { return name.startsWith("Calc"); } } |
| |||||
{ public boolean accept(File dir, String name) { return name.endsWith("html"); } } |
| |||
{ public boolean accept(File dir, String name) { return name. [[#variable13005b60]]( [[#variable13005860]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13005b60]] | endsWith |
1 | 2 | [[#13005b60]] | startsWith |
1 | 3 | [[#13005b60]] | endsWith |
2 | 1 | [[#13005860]] | ".jar" |
2 | 2 | [[#13005860]] | "Calc" |
2 | 3 | [[#13005860]] | "html" |