CloneSet2012


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
17710
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ThermometerPlot.java
27742
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ThermometerPlot.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
710
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ThermometerPlot.java

{
  if ((location >= 0) && (location < 4)) {
    this.valueLocation = location;
    fireChangeEvent();
  }
  else {
    throw new IllegalArgumentException("Location not recognised.");
  }
}


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

{
  if ((location >= 0) && (location < 3)) {
    this.axisLocation = location;
    fireChangeEvent();
  }
  else {
    throw new IllegalArgumentException("Location not recognised.");
  }
}


Clone AbstractionParameter Count: 2Parameter Bindings

{
  if ((location >= 0) && (location <  [[#variable1a0d2020]])) {
    this. [[#variable1a0d2100]]= location;
    fireChangeEvent();
  }
  else {
    throw new IllegalArgumentException("Location not recognised.");
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0d2020]]
4 
12[[#1a0d2020]]
3 
21[[#1a0d2100]]
valueLocation 
22[[#1a0d2100]]
axisLocation