CloneSet1979


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.952block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17968
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java
271018
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
968
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java

{
  this.autoRange = auto;
  if (this.autoRange) {
    autoAdjustRange();
  }
  if (notify) {
    notifyListeners(new AxisChangeEvent(this ));
  }
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
1018
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/ValueAxis.java

{
  this.autoRangeMinimumSize = size;
  if (this.autoRange) {
    autoAdjustRange();
  }
  if (notify) {
    notifyListeners(new AxisChangeEvent(this ));
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  this. [[#variable1a0ca980]]= [[#variable1a0ca9e0]];
  if (this.autoRange) {
    autoAdjustRange();
  }
  if (notify) {
    notifyListeners(new AxisChangeEvent(this ));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0ca980]]
autoRange 
12[[#1a0ca980]]
autoRangeMinimumSize 
21[[#1a0ca9e0]]
auto 
22[[#1a0ca9e0]]
size