CloneSet426


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11310.973statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111190
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYBoxAnnotation.java
211252
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPolygonAnnotation.java
311202
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYShapeAnnotation.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
190
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYBoxAnnotation.java

if (this.fillPaint != null) {
  g2.setPaint(this.fillPaint);
  g2.fill(box);
}
if (this.stroke != null && this.outlinePaint != null) {
  g2.setPaint(this.outlinePaint);
  g2.setStroke(this.stroke);
  g2.draw(box);
}
addEntity(info, box, rendererIndex, getToolTipText(), getURL());


Next
Previous
Clone Instance
2
Line Count
11
Source Line
252
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPolygonAnnotation.java

if (this.fillPaint != null) {
  g2.setPaint(this.fillPaint);
  g2.fill(area);
}
if (this.stroke != null && this.outlinePaint != null) {
  g2.setPaint(this.outlinePaint);
  g2.setStroke(this.stroke);
  g2.draw(area);
}
addEntity(info, area, rendererIndex, getToolTipText(), getURL());


First
Previous
Clone Instance
3
Line Count
11
Source Line
202
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYShapeAnnotation.java

if (this.fillPaint != null) {
  g2.setPaint(this.fillPaint);
  g2.fill(s);
}
if (this.stroke != null && this.outlinePaint != null) {
  g2.setPaint(this.outlinePaint);
  g2.setStroke(this.stroke);
  g2.draw(s);
}
addEntity(info, s, rendererIndex, getToolTipText(), getURL());


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.fillPaint != null) {
  g2.setPaint(this.fillPaint);
  g2.fill( [[#variable1a9a6e80]]);
}
if (this.stroke != null && this.outlinePaint != null) {
  g2.setPaint(this.outlinePaint);
  g2.setStroke(this.stroke);
  g2.draw( [[#variable1a9a6e80]]);
}
addEntity(info,  [[#variable1a9a6e80]], rendererIndex, getToolTipText(), getURL());
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a9a6e80]]
box 
12[[#1a9a6e80]]
area 
13[[#1a9a6e80]]
s