CloneSet730


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1676
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java
26120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java
36163
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java
46207
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
76
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java

sumX += x;
sumY += y;
double xx = x * x;
sumXX += xx;
double xy = x * y;
sumXY += xy;


Next
Previous
Clone Instance
2
Line Count
6
Source Line
120
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java

sumX += x;
sumY += y;
double xx = x * x;
sumXX += xx;
double xy = x * y;
sumXY += xy;


Next
Previous
Clone Instance
3
Line Count
6
Source Line
163
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java

sumX += x;
sumY += y;
double xx = x * x;
sumXX += xx;
double xy = x * y;
sumXY += xy;


First
Previous
Clone Instance
4
Line Count
6
Source Line
207
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Regression.java

sumX += x;
sumY += y;
double xx = x * x;
sumXX += xx;
double xy = x * y;
sumXY += xy;


Clone AbstractionParameter Count: 0Parameter Bindings

sumX += x;
sumY += y;
double xx = x * x;
sumXX += xx;
double xy = x * y;
sumXY += xy;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None