CloneSet1203


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2230.961LogicalORExpression
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12131
Closure/closure/goog/math/range.js
22296
Closure/closure/goog/math/rangeset.js
Clone Instance
1
Line Count
2
Source Line
131
Source File
Closure/closure/goog/math/range.js

         new goog.math.Range(Math.min(a.start, b.start),
                             Math.max(a.end, b.end))


Clone Instance
2
Line Count
2
Source Line
296
Source File
Closure/closure/goog/math/rangeset.js

            new goog.math.Range(Math.max(range.start, b.start),
                                Math.min(range.end, b.end))


Clone AbstractionParameter Count: 3Parameter Bindings

new goog.math.Range(Math. [[#variable1fc8ae20]]( [[#variable21089cc0]].start,b.start),Math. [[#variable1fc8ae40]]( [[#variable21089cc0]].end,b.end))
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fc8ae20]]
max 
12[[#1fc8ae20]]
min 
21[[#21089cc0]]
range 
22[[#21089cc0]]
a 
31[[#1fc8ae40]]
min 
32[[#1fc8ae40]]
max