CloneSet1641


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.973ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13257
Closure/closure/goog/structs/linkedmap.js
23268
Closure/closure/goog/structs/linkedmap.js
Clone Instance
1
Line Count
3
Source Line
257
Source File
Closure/closure/goog/structs/linkedmap.js

/**
 * @return {Array.<string>} The list of the keys in the appropriate order for
 *     this LinkedMap.
 */
goog.structs.LinkedMap.prototype.getKeys=  function ( )
                                                      {
  return this.map( function (val, key){
     return key;
                                      } );
                                                      } ;


Clone Instance
2
Line Count
3
Source Line
268
Source File
Closure/closure/goog/structs/linkedmap.js

/**
 * @return {!Array} The list of the values in the appropriate order for
 *     this LinkedMap.
 */
goog.structs.LinkedMap.prototype.getValues=  function ( )
                                                        {
  return this.map( function (val, key){
     return val;
                                      } );
                                                        } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * @return {!Array} The list of the values in the appropriate order for
 *     this LinkedMap.
 */
/**
 * @return {Array.<string>} The list of the keys in the appropriate order for
 *     this LinkedMap.
 */
goog.structs.LinkedMap.prototype. [[#variable3b6486e0]]= function ( )
                                                         { return this.map( function (val,key)
                                                                            { return [[#variable3b648640]];
                                                                            } );
                                                         } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3b6486e0]]
getValues 
12[[#3b6486e0]]
getKeys 
21[[#3b648640]]
val 
22[[#3b648640]]
key