Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.973 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 68 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntStructureTest.java |
2 | 4 | 75 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/AntStructureTest.java |
| |||||
Assert.assertTrue( !targetCalled); Assert.assertTrue( !tailCalled); Assert.assertEquals(0, elementCalled); headCalled = true; |
| |||||
Assert.assertTrue( !targetCalled); Assert.assertTrue( !tailCalled); Assert.assertEquals(0, elementCalled); targetCalled = true; |
| |||
Assert.assertTrue( !targetCalled); Assert.assertTrue( !tailCalled); Assert.assertEquals(0, elementCalled); [[#variable112443e0]]= true; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112443e0]] | headCalled |
1 | 2 | [[#112443e0]] | targetCalled |