CloneSet2278


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.970executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131157
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java
23703
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
1157
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java

// draw the chart background...
if (this.backgroundPaint != null) {
  g2.setPaint(this.backgroundPaint);
  g2.fill(chartArea);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
703
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/TextTitle.java

if (this.backgroundPaint != null) {
  g2.setPaint(this.backgroundPaint);
  g2.fill(area);
}


Clone AbstractionParameter Count: 1Parameter Bindings

// draw the chart background...
if (this.backgroundPaint != null) {
  g2.setPaint(this.backgroundPaint);
  g2.fill( [[#variable1a1547a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a1547a0]]
chartArea 
12[[#1a1547a0]]
area