CloneSet682


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5210.986StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15473
Closure/closure/goog/math/integer.js
25536
Closure/closure/goog/math/integer.js
Clone Instance
1
Line Count
5
Source Line
473
Source File
Closure/closure/goog/math/integer.js

    var a1=  this.getBits(i)>>>  16;
    var a0=  this.getBits(i)&  0xffff;

    var b1=  other.getBits(i)>>>  16;
    var b0=  other.getBits(i)&  0xffff;


Clone Instance
2
Line Count
5
Source Line
536
Source File
Closure/closure/goog/math/integer.js

      var a1=  this.getBits(i)>>>  16;
      var a0=  this.getBits(i)&  0xffff;

      var b1=  other.getBits(j)>>>  16;
      var b0=  other.getBits(j)&  0xffff;


Clone AbstractionParameter Count: 1Parameter Bindings

var a1=this.getBits(i)>>>16;
var a0=this.getBits(i)&0xffff;
var b1=other.getBits( [[#variable63054980]])>>>16;
var b0=other.getBits( [[#variable63054980]])&0xffff;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#63054980]]
i 
12[[#63054980]]
j