CloneSet2103


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

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a10a8a0]]
labelAnchor 
12[[#1a10a8a0]]
labelTextAnchor