CloneSet1240


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

{
  if (axis != null) {
    axis.setPlot(this );
    axis.addChangeListener(this );
  }
  // plot is likely registered as a listener with the existing axis...
  if (this.domainAxis != null) {
    this.domainAxis.removeChangeListener(this );
  }
  this.domainAxis = axis;
  fireChangeEvent();
}


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

{
  if (axis != null) {
    axis.setPlot(this );
    axis.addChangeListener(this );
  }
  // plot is likely registered as a listener with the existing axis...
  if (this.rangeAxis != null) {
    this.rangeAxis.removeChangeListener(this );
  }
  this.rangeAxis = axis;
  fireChangeEvent();
}


Clone AbstractionParameter Count: 1Parameter Bindings

{
  if (axis != null) {
    axis.setPlot(this );
    axis.addChangeListener(this );
  }
  // plot is likely registered as a listener with the existing axis...
  if (this. [[#variable18ee9e00]]!= null) {
    this. [[#variable18ee9e00]].removeChangeListener(this );
  }
  this. [[#variable18ee9e00]]= axis;
  fireChangeEvent();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ee9e00]]
domainAxis 
12[[#18ee9e00]]
rangeAxis