CloneSet1081


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6410.974block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16273
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java
26247
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
36488
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
46515
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
273
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java

{
  if (anchor == null) {
    throw new IllegalArgumentException("Null \'anchor\' argument.");
  }
  this.anchor = anchor;
  notifyListeners(new DialLayerChangeEvent(this ));
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
247
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java

{
  if (anchor == null) {
    throw new IllegalArgumentException("Null \'anchor\' argument.");
  }
  this.frameAnchor = anchor;
  notifyListeners(new DialLayerChangeEvent(this ));
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
488
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java

{
  if (anchor == null) {
    throw new IllegalArgumentException("Null \'anchor\' argument.");
  }
  this.valueAnchor = anchor;
  notifyListeners(new DialLayerChangeEvent(this ));
}


First
Previous
Clone Instance
4
Line Count
6
Source Line
515
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java

{
  if (anchor == null) {
    throw new IllegalArgumentException("Null \'anchor\' argument.");
  }
  this.textAnchor = anchor;
  notifyListeners(new DialLayerChangeEvent(this ));
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (anchor == null) {
    throw new IllegalArgumentException("Null \'anchor\' argument.");
  }
  this. [[#variable18e863a0]]= anchor;
  notifyListeners(new DialLayerChangeEvent(this ));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e863a0]]
anchor 
12[[#18e863a0]]
frameAnchor 
13[[#18e863a0]]
valueAnchor 
14[[#18e863a0]]
textAnchor