CloneSet1982


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
151778
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
254697
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
1778
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

{
  LegendItem item = renderer.getLegendItem(datasetIndex, i);
  if (item != null) {
    result.add(item);
  }
}


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

{
  LegendItem item = renderer.getLegendItem(datasetIndex, i);
  if (item != null) {
    result.add(item);
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  LegendItem item = renderer.getLegendItem(datasetIndex, i);
  if (item != null) {
    result.add(item);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None