CloneSet2405


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.968block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16274
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java
26197
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYDotRenderer.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
274
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java

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


First
Previous
Clone Instance
2
Line Count
6
Source Line
197
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYDotRenderer.java

{
  if (shape == null) {
    throw new IllegalArgumentException("Null \'shape\' argument.");
  }
  this.legendShape = shape;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (shape == null) {
    throw new IllegalArgumentException("Null \'shape\' argument.");
  }
  this. [[#variable1a1947a0]]= shape;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a1947a0]]
shape 
12[[#1a1947a0]]
legendShape