Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.962 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 28 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java |
2 | 9 | 34 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/types/optional/depend/ClassFileSetTest.java |
| |||||
public static final String RESULT_FILESET = "result"; public JDependTest(String name) { super(name); } public void setUp() { configureProject("src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml"); } |
| |||||
public static final String RESULT_FILESET = "result"; public ClassFileSetTest(String name) { super(name); } public void setUp() { // share the setup for testing the depend task configureProject("src/etc/testcases/taskdefs/optional/depend/depend.xml"); } |
| |||
public static final String RESULT_FILESET = "result"; public [[#variable1307bac0]](String name) { super(name); } public void setUp() { // share the setup for testing the depend task configureProject( [[#variable1307b9a0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1307bac0]] | JDependTest |
1 | 2 | [[#1307bac0]] | ClassFileSetTest |
2 | 1 | [[#1307b9a0]] | "src/etc/testcases/taskdefs/optional/jdepend/jdepend.xml" |
2 | 2 | [[#1307b9a0]] | "src/etc/testcases/taskdefs/optional/depend/depend.xml" |