CloneSet1200


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121580
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
221720
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1580
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

int x = (int) ((event.x - getClientArea().x) / this.scaleX);
int y = (int) ((event.y - getClientArea().y) / this.scaleY);


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

int x = (int) ((event.x - getClientArea().x) / this.scaleX);
int y = (int) ((event.y - getClientArea().y) / this.scaleY);


Clone AbstractionParameter Count: 0Parameter Bindings

int x = (int) ((event.x - getClientArea().x) / this.scaleX);
int y = (int) ((event.y - getClientArea().y) / this.scaleY);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None