CloneSet959


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.989statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19119
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ColorBarTests.java
29111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BlockContainerTests.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
119
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ColorBarTests.java

try {
  c2 = (ColorBar) c1.clone();
}
catch (CloneNotSupportedException
       e) {
  System.err.println("Failed to clone.");
}
assertTrue(c1 != c2);
assertTrue(c1.getClass() == c2.getClass());
assertTrue(c1.equals(c2));


First
Previous
Clone Instance
2
Line Count
9
Source Line
111
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BlockContainerTests.java

try {
  c2 = (BlockContainer) c1.clone();
}
catch (CloneNotSupportedException
       e) {
  System.err.println("Failed to clone.");
}
assertTrue(c1 != c2);
assertTrue(c1.getClass() == c2.getClass());
assertTrue(c1.equals(c2));


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  c2 = ( [[#variable18dfe7c0]]) c1.clone();
}
catch (CloneNotSupportedException
       e) {
  System.err.println("Failed to clone.");
}
assertTrue(c1 != c2);
assertTrue(c1.getClass() == c2.getClass());
assertTrue(c1.equals(c2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18dfe7c0]]
ColorBar 
12[[#18dfe7c0]]
BlockContainer