CloneSet1006


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
117755
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot3D.java
217918
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot3D.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
755
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PiePlot3D.java

if (drawBack) {
  g2.fill(side1);
  g2.fill(side2);
}
if (drawFront) {
  g2.fill(front);
}
g2.setPaint(outlinePaint);
if (drawBack) {
  g2.draw(side1);
  g2.draw(side2);
}
if (drawFront) {
  g2.draw(front);
}


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

if (drawBack) {
  g2.fill(side1);
  g2.fill(side2);
}
if (drawFront) {
  g2.fill(front);
}
g2.setPaint(outlinePaint);
if (drawBack) {
  g2.draw(side1);
  g2.draw(side2);
}
if (drawFront) {
  g2.draw(front);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (drawBack) {
  g2.fill(side1);
  g2.fill(side2);
}
if (drawFront) {
  g2.fill(front);
}
g2.setPaint(outlinePaint);
if (drawBack) {
  g2.draw(side1);
  g2.draw(side2);
}
if (drawFront) {
  g2.draw(front);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None