| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 7 | 2 | 3 | 0.960 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 7 | 113 | Closure/closure/goog/crypt/base64.js |
| 2 | 7 | 203 | Closure/closure/goog/crypt/base64.js |
| ||||
goog.crypt.base64.init_( );
var byteToCharMap= opt_webSafe
?goog.crypt.base64.byteToCharMapWebSafe_
:goog.crypt.base64.byteToCharMap_;
var output= [ ];
|
| ||||
goog.crypt.base64.init_( );
var charToByteMap= opt_webSafe
?goog.crypt.base64.charToByteMapWebSafe_
:goog.crypt.base64.charToByteMap_;
var output= [ ];
|
| |||
goog.crypt.base64.init_( );
var [[#variable200f84c0]]=opt_webSafe
?goog.crypt.base64. [[#variable20236600]]
:goog.crypt.base64. [[#variable202366e0]];
var output=[ ];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#200f84c0]] | charToByteMap |
| 1 | 2 | [[#200f84c0]] | byteToCharMap |
| 2 | 1 | [[#20236600]] | charToByteMapWebSafe_ |
| 2 | 2 | [[#20236600]] | byteToCharMapWebSafe_ |
| 3 | 1 | [[#202366e0]] | charToByteMap_ |
| 3 | 2 | [[#202366e0]] | byteToCharMap_ |