CloneSet2153


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.973constructor_body
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1671
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/ComparableObjectItem.java
2672
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYDataItem.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
71
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/ComparableObjectItem.java

{
  if (x == null) {
    throw new IllegalArgumentException("Null \'x\' argument.");
  }
  this.x = x;
  this.obj = y;
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
72
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYDataItem.java

{
  if (x == null) {
    throw new IllegalArgumentException("Null \'x\' argument.");
  }
  this.x = x;
  this.y = y;
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (x == null) {
    throw new IllegalArgumentException("Null \'x\' argument.");
  }
  this.x = x;
  this. [[#variable1a134ae0]]= y;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a134ae0]]
obj 
12[[#1a134ae0]]
y