| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 2 | 0.953 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 574 | Closure/closure/goog/fx/dragger.js |
| 2 | 3 | 590 | 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;
|
| ||||
var rect= this.limits;
var top= !isNaN(rect.top)
? rect.top
: null;
var height= !isNaN(rect.height)
? rect.height
: 0;
|
| |||
var rect=this.limits;
var [[#variable1fd9d9c0]]=!isNaN(rect. [[#variable1fd9d9c0]])
?rect. [[#variable1fd9d9c0]]
:null;
var [[#variable1fd9d920]]=!isNaN(rect. [[#variable1fd9d920]])
?rect. [[#variable1fd9d920]]
: 0;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1fd9d9c0]] | left |
| 1 | 2 | [[#1fd9d9c0]] | top |
| 2 | 1 | [[#1fd9d920]] | width |
| 2 | 2 | [[#1fd9d920]] | height |