CloneSet1303


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

{ // x is minor
  startY += (major - minor) / 2;
  chipWidth = (plotArea.getWidth() - (space * xchips - 1)) / xchips;
  chipHeight = (plotArea.getWidth() - (space * ychips - 1)) / ychips;
}


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

{ // y is minor
  startX += (major - minor) / 2;
  chipWidth = (plotArea.getHeight() - (space * xchips - 1)) / xchips;
  chipHeight = (plotArea.getHeight() - (space * ychips - 1)) / ychips;
}


Clone AbstractionParameter Count: 2Parameter Bindings

{ // x is minor // y is minor
   [[#variable18f2c4e0]]+= (major - minor) / 2;
  chipWidth = (plotArea. [[#variable18f2c4c0]]() - (space * xchips - 1)) / xchips;
  chipHeight = (plotArea. [[#variable18f2c4c0]]() - (space * ychips - 1)) / ychips;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f2c4e0]]
startY 
12[[#18f2c4e0]]
startX 
21[[#18f2c4c0]]
getWidth 
22[[#18f2c4c0]]
getHeight