CloneSet567


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.962executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19541
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.java
29587
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
541
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.java

// draw the background if there is one...
if (this.background != null && this.background.isVisible()) {
  if (this.background.isClippedToWindow()) {
    Shape savedClip = g2.getClip();
    g2.clip(this.dialFrame.getWindow(frame));
    this.background.draw(g2, this, frame, area);
    g2.setClip(savedClip);
  }
  else {
    this.background.draw(g2, this, frame, area);
  }
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
587
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPlot.java

// draw the cap if there is one...
if (this.cap != null && this.cap.isVisible()) {
  if (this.cap.isClippedToWindow()) {
    Shape savedClip = g2.getClip();
    g2.clip(this.dialFrame.getWindow(frame));
    this.cap.draw(g2, this, frame, area);
    g2.setClip(savedClip);
  }
  else {
    this.cap.draw(g2, this, frame, area);
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

// draw the cap if there is one...
// draw the background if there is one...
if (this. [[#variable18c58c20]]!= null && this. [[#variable18c58c20]].isVisible()) {
  if (this. [[#variable18c58c20]].isClippedToWindow()) {
    Shape savedClip = g2.getClip();
    g2.clip(this.dialFrame.getWindow(frame));
    this. [[#variable18c58c20]].draw(g2, this, frame, area);
    g2.setClip(savedClip);
  }
  else {
    this. [[#variable18c58c20]].draw(g2, this, frame, area);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c58c20]]
background 
12[[#18c58c20]]
cap