Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.986 | StatementList[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 473 | Closure/closure/goog/math/integer.js |
2 | 5 | 536 | 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; |
| ||||
var a1= this.getBits(i)>>> 16; var a0= this.getBits(i)& 0xffff; var b1= other.getBits(j)>>> 16; var b0= other.getBits(j)& 0xffff; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#63054980]] | i |
1 | 2 | [[#63054980]] | j |