CloneSet1557


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000LogicalANDExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12132
Closure/closure/goog/math/bezier.js
2288
Closure/closure/goog/math/line.js
Clone Instance
1
Line Count
2
Source Line
132
Source File
Closure/closure/goog/math/bezier.js

         this.x0==  other.x0
         &&                     this.y0==  other.y0
         &&                                            this.x1==  other.x1
         &&this.y1==  other.y1


Clone Instance
2
Line Count
2
Source Line
88
Source File
Closure/closure/goog/math/line.js

         this.x0==  other.x0
         &&                     this.y0==  other.y0
         &&this.x1==  other.x1
         &&                     this.y1==  other.y1


Clone AbstractionParameter Count: 0Parameter Bindings

this.x0==other.x0
&& this.y0==other.y0
&& this.x1==other.x1
&& this.y1==other.y1
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None