CloneSet137


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21330.976statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121455
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java
221452
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainXYPlot.java
322397
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedRangeXYPlot.java
Next
Last
Clone Instance
1
Line Count
21
Source Line
455
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CombinedDomainCategoryPlot.java

double cursor = RectangleEdge.coordinate(dataArea, domainEdge);
AxisState axisState = axis.draw(g2, cursor, area, dataArea, domainEdge, info);
if (parentState == null) {
  parentState = new PlotState();
}
parentState.getSharedAxisStates().put(axis, axisState);
// draw all the subplots
for (int i = 0; i < this.subplots.size(); i++) {
  CategoryPlot plot = (CategoryPlot) this.subplots.get(i);
  PlotRenderingInfo subplotInfo = null;
  if (info != null) {
    subplotInfo = new PlotRenderingInfo(info.getOwner());
    info.addSubplotInfo(subplotInfo);
  }
  plot.draw(g2, this.subplotAreas[i], null, parentState, subplotInfo);
}
if (info != null) {
  info.setDataArea(dataArea);
}


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

double cursor = RectangleEdge.coordinate(dataArea, edge);
AxisState axisState = axis.draw(g2, cursor, area, dataArea, edge, info);
if (parentState == null) {
  parentState = new PlotState();
}
parentState.getSharedAxisStates().put(axis, axisState);
// draw all the subplots
for (int i = 0; i < this.subplots.size(); i++) {
  XYPlot plot = (XYPlot) this.subplots.get(i);
  PlotRenderingInfo subplotInfo = null;
  if (info != null) {
    subplotInfo = new PlotRenderingInfo(info.getOwner());
    info.addSubplotInfo(subplotInfo);
  }
  plot.draw(g2, this.subplotAreas[i], anchor, parentState, subplotInfo);
}
if (info != null) {
  info.setDataArea(dataArea);
}


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

double cursor = RectangleEdge.coordinate(dataArea, edge);
AxisState axisState = axis.draw(g2, cursor, area, dataArea, edge, info);
if (parentState == null) {
  parentState = new PlotState();
}
parentState.getSharedAxisStates().put(axis, axisState);
// draw all the charts
for (int i = 0; i < this.subplots.size(); i++) {
  XYPlot plot = (XYPlot) this.subplots.get(i);
  PlotRenderingInfo subplotInfo = null;
  if (info != null) {
    subplotInfo = new PlotRenderingInfo(info.getOwner());
    info.addSubplotInfo(subplotInfo);
  }
  plot.draw(g2, this.subplotAreas[i], anchor, parentState, subplotInfo);
}
if (info != null) {
  info.setDataArea(dataArea);
}


Clone AbstractionParameter Count: 3Parameter Bindings

double cursor = RectangleEdge.coordinate(dataArea,  [[#variable1aa5d360]]);
AxisState axisState = axis.draw(g2, cursor, area, dataArea,  [[#variable1aa5d360]], info);
if (parentState == null) {
  parentState = new PlotState();
}
parentState.getSharedAxisStates().put(axis, axisState);
// draw all the subplots
// draw all the charts
for (int i = 0; i < this.subplots.size(); i++) {
   [[#variable1aa58d60]] plot = ( [[#variable1aa58d60]]) this.subplots.get(i);
  PlotRenderingInfo subplotInfo = null;
  if (info != null) {
    subplotInfo = new PlotRenderingInfo(info.getOwner());
    info.addSubplotInfo(subplotInfo);
  }
  plot.draw(g2, this.subplotAreas[i],  [[#variable1aa5dcc0]], parentState, subplotInfo);
}
if (info != null) {
  info.setDataArea(dataArea);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1aa5d360]]
domainEdge 
12[[#1aa5d360]]
edge 
13[[#1aa5d360]]
edge 
21[[#1aa58d60]]
CategoryPlot 
22[[#1aa58d60]]
XYPlot 
23[[#1aa58d60]]
XYPlot 
31[[#1aa5dcc0]]
null 
32[[#1aa5dcc0]]
anchor 
33[[#1aa5dcc0]]
anchor