CloneSet309


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3330.978StatementList[9]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13156
Closure/closure/goog/crypt/hash32.js
23159
Closure/closure/goog/crypt/hash32.js
33162
Closure/closure/goog/crypt/hash32.js
Clone Instance
1
Line Count
3
Source Line
156
Source File
Closure/closure/goog/crypt/hash32.js

  a-=  b; a-=  c; a ^= c>>>  13;
  b-=  c; b-=  a; b ^= a<<  8;
  c-=  a; c-=  b; c ^= b>>>  13;


Clone Instance
2
Line Count
3
Source Line
159
Source File
Closure/closure/goog/crypt/hash32.js

  a-=  b; a-=  c; a ^= c>>>  12;
  b-=  c; b-=  a; b ^= a<<  16;
  c-=  a; c-=  b; c ^= b>>>  5;


Clone Instance
3
Line Count
3
Source Line
162
Source File
Closure/closure/goog/crypt/hash32.js

  a-=  b; a-=  c; a ^= c>>>  3;
  b-=  c; b-=  a; b ^= a<<  10;
  c-=  a; c-=  b; c ^= b>>>  15;


Clone AbstractionParameter Count: 3Parameter Bindings

a-=b;
a-=c;
a ^= c>>> [[#variable57160840]];
b-=c;
b-=a;
b ^= a<< [[#variable606ffa80]];
c-=a;
c-=b;
c ^= b>>> [[#variable568a6120]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#57160840]]
3 
12[[#57160840]]
12 
13[[#57160840]]
13 
21[[#606ffa80]]
10 
22[[#606ffa80]]
16 
23[[#606ffa80]]
8 
31[[#568a6120]]
15 
32[[#568a6120]]
5 
33[[#568a6120]]
13