CloneSet424


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1898
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java
28109
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java
38125
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
98
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java

assertEquals("The parent and the cloned object are not equal", xml1, xml2);
assertNotSame("The parent and the cloned object are the same", xml1, xml2);
assertNotSame("The parent and the cloned Attributes objects are the same object.", xml1.getAttributes(), xml2.getAttributes());
assertNotSame("The parent and the cloned Sub Element objects are the same object.", xml1.getElements(), xml2.getElements());


Next
Previous
Clone Instance
2
Line Count
8
Source Line
109
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java

assertEquals("The parent and the cloned object are not equal", xml1, xml2);
assertNotSame("The parent and the cloned object are the same", xml1, xml2);
assertNotSame("The parent and the cloned Attributes objects are the same object.", xml1.getAttributes(), xml2.getAttributes());
assertNotSame("The parent and the cloned Sub Element objects are the same object.", xml1.getElements(), xml2.getElements());


First
Previous
Clone Instance
3
Line Count
8
Source Line
125
Source File
E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/test/java/org/columba/core/xml/XmlElementTest.java

assertEquals("The parent and the cloned object are not equal", xml1, xml2);
assertNotSame("The parent and the cloned object are the same", xml1, xml2);
assertNotSame("The parent and the cloned Attributes objects are the same object.", xml1.getAttributes(), xml2.getAttributes());
assertNotSame("The parent and the cloned Sub Element objects are the same object.", xml1.getElements(), xml2.getElements());


Clone AbstractionParameter Count: 0Parameter Bindings

assertEquals("The parent and the cloned object are not equal", xml1, xml2);
assertNotSame("The parent and the cloned object are the same", xml1, xml2);
assertNotSame("The parent and the cloned Attributes objects are the same object.", xml1.getAttributes(), xml2.getAttributes());
assertNotSame("The parent and the cloned Sub Element objects are the same object.", xml1.getElements(), xml2.getElements());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None