| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 20 | 2 | 3 | 0.973 | StatementList[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 20 | 220 | Closure/closure/goog/ui/media/flickr.js |
| 2 | 20 | 208 | Closure/closure/goog/ui/media/picasa.js |
| ||||
goog.ui.media.MediaModel.call(
this,
goog.ui.media.FlickrSetModel.buildUrl(userId, setId),
opt_caption,
opt_description,
goog.ui.media.MediaModel.MimeType.FLASH);
/**
* The Flickr user id.
* @type {string}
* @private
*/
this.userId_= userId;
/**
* The Flickr set id.
* @type {string}
* @private
*/
this.setId_= setId;
|
| ||||
goog.ui.media.MediaModel.call(
this,
goog.ui.media.PicasaAlbumModel.buildUrl(userId, albumId),
opt_caption,
opt_description,
goog.ui.media.MediaModel.MimeType.FLASH);
/**
* The Picasa user id.
* @type {string}
* @private
*/
this.userId_= userId;
/**
* The Picasa album id.
* @type {string}
* @private
*/
this.albumId_= albumId;
|
| |||
goog.ui.media.MediaModel.call(this,goog.ui.media. [[#variable3c63c460]].buildUrl(userId, [[#variable627c8ba0]]),opt_caption,opt_description,goog.ui.media.MediaModel.MimeType.FLASH);
/**
* The Picasa user id.
* @type {string}
* @private
*/
/**
* The Flickr user id.
* @type {string}
* @private
*/
this.userId_=userId;
/**
* The Picasa album id.
* @type {string}
* @private
*/
/**
* The Flickr set id.
* @type {string}
* @private
*/
this. [[#variable62dbd420]]= [[#variable627c8ba0]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3c63c460]] | PicasaAlbumModel |
| 1 | 2 | [[#3c63c460]] | FlickrSetModel |
| 2 | 1 | [[#627c8ba0]] | albumId |
| 2 | 2 | [[#627c8ba0]] | setId |
| 3 | 1 | [[#62dbd420]] | albumId_ |
| 3 | 2 | [[#62dbd420]] | setId_ |