CloneSet1492


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11230.953SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111308
Closure/closure/goog/ui/media/flickr.js
211307
Closure/closure/goog/ui/media/picasa.js
Clone Instance
1
Line Count
11
Source Line
308
Source File
Closure/closure/goog/ui/media/flickr.js

/**
 * Gets the Flickr user id.
 * @return {string} The Flickr user id.
 */
goog.ui.media.FlickrSetModel.prototype.getUserId=  function ( )
                                                              {
  return this.userId_;
                                                              } ;

/**
 * Gets the Flickr set id.
 * @return {string} The Flickr set id.
 */
goog.ui.media.FlickrSetModel.prototype.getSetId=  function ( )
                                                             {
  return this.setId_;
                                                             } ;


Clone Instance
2
Line Count
11
Source Line
307
Source File
Closure/closure/goog/ui/media/picasa.js

/**
 * Gets the Picasa user id.
 * @return {string} The Picasa user id.
 */
goog.ui.media.PicasaAlbumModel.prototype.getUserId=  function ( )
                                                                {
  return this.userId_;
                                                                } ;

/**
 * Gets the Picasa album id.
 * @return {string} The Picasa album id.
 */
goog.ui.media.PicasaAlbumModel.prototype.getAlbumId=  function ( )
                                                                 {
  return this.albumId_;
                                                                 } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Gets the Flickr user id.
 * @return {string} The Flickr user id.
 */
/**
 * Gets the Picasa user id.
 * @return {string} The Picasa user id.
 */
goog.ui.media. [[#variable634938c0]].prototype.getUserId= function ( )
                                                          { return this.userId_;
                                                          } ;
/**
 * Gets the Flickr set id.
 * @return {string} The Flickr set id.
 */
/**
 * Gets the Picasa album id.
 * @return {string} The Picasa album id.
 */
goog.ui.media. [[#variable634938c0]].prototype. [[#variable63492dc0]]= function ( )
                                                                       { return this. [[#variable63493840]];
                                                                       } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#634938c0]]
FlickrSetModel 
12[[#634938c0]]
PicasaAlbumModel 
21[[#63492dc0]]
getSetId 
22[[#63492dc0]]
getAlbumId 
31[[#63493840]]
setId_ 
32[[#63493840]]
albumId_