CloneSet549


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10320.956statement_sequence
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110778
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java
210834
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java
3101190
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
778
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java

if (useAnchor) {
  // get the source coordinate - this plot has always a VERTICAL
  // orientation
  double sourceX = source.getX();
  double anchorX = this.domainAxis.java2DToValue(sourceX, info.getDataArea(), RectangleEdge.BOTTOM);
  this.domainAxis.resizeRange(factor, anchorX);
}
else {
  this.domainAxis.resizeRange(factor);
}


Next
Previous
Clone Instance
2
Line Count
10
Source Line
834
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/FastScatterPlot.java

if (useAnchor) {
  // get the source coordinate - this plot has always a VERTICAL
  // orientation
  double sourceX = source.getX();
  double anchorX = this.rangeAxis.java2DToValue(sourceX, info.getDataArea(), RectangleEdge.LEFT);
  this.rangeAxis.resizeRange(factor, anchorX);
}
else {
  this.rangeAxis.resizeRange(factor);
}


First
Previous
Clone Instance
3
Line Count
10
Source Line
1190
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java

if (useAnchor) {
  // get the source coordinate - this plot has always a VERTICAL
  // orientation
  double sourceX = source.getX();
  double anchorX = this.axis.java2DToValue(sourceX, info.getDataArea(), RectangleEdge.BOTTOM);
  this.axis.resizeRange(factor, anchorX);
}
else {
  this.axis.resizeRange(factor);
}


Clone AbstractionParameter Count: 2Parameter Bindings

if (useAnchor) {
  // get the source coordinate - this plot has always a VERTICAL
  // orientation
  double sourceX = source.getX();
  double anchorX = this. [[#variable18c23d20]].java2DToValue(sourceX, info.getDataArea(), RectangleEdge. [[#variable18c3f340]]);
  this. [[#variable18c23d20]].resizeRange(factor, anchorX);
}
else {
  this. [[#variable18c23d20]].resizeRange(factor);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c23d20]]
domainAxis 
12[[#18c23d20]]
rangeAxis 
13[[#18c23d20]]
axis 
21[[#18c3f340]]
BOTTOM 
22[[#18c3f340]]
LEFT 
23[[#18c3f340]]
BOTTOM