CloneSet2097


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
13213
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java
231110
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
213
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/PolarPlot.java

if (this.axis != null) {
  this.axis.setPlot(this );
  this.axis.addChangeListener(this );
}


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

if (this.axis != null) {
  this.axis.setPlot(this );
  this.axis.addChangeListener(this );
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.axis != null) {
  this.axis.setPlot(this );
  this.axis.addChangeListener(this );
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None