CloneSet722


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.953StatementList[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13574
Closure/closure/goog/fx/dragger.js
23590
Closure/closure/goog/fx/dragger.js
Clone Instance
1
Line Count
3
Source Line
574
Source File
Closure/closure/goog/fx/dragger.js

  var rect=  this.limits;
  var left=  !isNaN(rect.left)
             ?                   rect.left
             :                               null;
  var width=  !isNaN(rect.width)
              ?                    rect.width
              :                                 0;


Clone Instance
2
Line Count
3
Source Line
590
Source File
Closure/closure/goog/fx/dragger.js

  var rect=  this.limits;
  var top=  !isNaN(rect.top)
            ?                  rect.top
            :                             null;
  var height=  !isNaN(rect.height)
               ?                     rect.height
               :                                   0;


Clone AbstractionParameter Count: 2Parameter Bindings

var rect=this.limits;
var [[#variable1fd9d9c0]]=!isNaN(rect. [[#variable1fd9d9c0]])
                          ?rect. [[#variable1fd9d9c0]]
                          :null;
var [[#variable1fd9d920]]=!isNaN(rect. [[#variable1fd9d920]])
                          ?rect. [[#variable1fd9d920]]
                          : 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fd9d9c0]]
left 
12[[#1fd9d9c0]]
top 
21[[#1fd9d920]]
width 
22[[#1fd9d920]]
height