CloneSet1098


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.974statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1261
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/XMLFragmentTest.java
2278
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/XMLFragmentTest.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
61
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/XMLFragmentTest.java

assertEquals(1, nl2.getLength());
assertEquals(Node.TEXT_NODE, nl2.item(0).getNodeType());


First
Previous
Clone Instance
2
Line Count
2
Source Line
78
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/util/XMLFragmentTest.java

assertEquals(1, nl2.getLength());
assertEquals(Node.ELEMENT_NODE, nl2.item(0).getNodeType());


Clone AbstractionParameter Count: 1Parameter Bindings

assertEquals(1, nl2.getLength());
assertEquals(Node. [[#variable11262100]], nl2.item(0).getNodeType());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11262100]]
TEXT_NODE 
12[[#11262100]]
ELEMENT_NODE