Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.953 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 308 | Closure/closure/goog/ui/media/flickr.js |
2 | 11 | 307 | Closure/closure/goog/ui/media/picasa.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_; } ; |
| ||||
/** * 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_; } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#634938c0]] | FlickrSetModel |
1 | 2 | [[#634938c0]] | PicasaAlbumModel |
2 | 1 | [[#63492dc0]] | getSetId |
2 | 2 | [[#63492dc0]] | getAlbumId |
3 | 1 | [[#63493840]] | setId_ |
3 | 2 | [[#63493840]] | albumId_ |