CloneSet1850


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131383
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
23951
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
1383
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

if (plot instanceof Zoomable) {
  Zoomable z = (Zoomable) plot;
  this.orientation = z.getOrientation();
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
951
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

if (plot instanceof Zoomable) {
  Zoomable z = (Zoomable) plot;
  this.orientation = z.getOrientation();
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (plot instanceof Zoomable) {
  Zoomable z = (Zoomable) plot;
  this.orientation = z.getOrientation();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None