CloneSet1816


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.957method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13106
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/YIntervalTests.java
23105
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/YWithXIntervalTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
106
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/YIntervalTests.java

/**
 * This class is immutable.
 */
public void testCloning() {
  YInterval i1 = new YInterval(1.0, 0.5, 1.5);
  assertFalse(i1 instanceof Cloneable);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
105
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/YWithXIntervalTests.java

/**
 * This class is immutable.
 */
public void testCloning() {
  YWithXInterval i1 = new YWithXInterval(1.0, 0.5, 1.5);
  assertFalse(i1 instanceof Cloneable);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * This class is immutable.
     */
public void testCloning() {
   [[#variable1a06c3c0]] i1 = new [[#variable1a06c3c0]](1.0, 0.5, 1.5);
  assertFalse(i1 instanceof Cloneable);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a06c3c0]]
YInterval 
12[[#1a06c3c0]]
YWithXInterval