Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 1 | 0.989 | StatementList[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 181 | Closure/closure/goog/ui/media/flickr.js |
2 | 9 | 167 | Closure/closure/goog/ui/media/picasa.js |
| ||||
// TODO: find out what is the policy about hosting this SWF. figure out // if it works over https. var flash= new goog.ui.media.FlashObject( model.getPlayer( ).getUrl( ) || '',control.getDomHelper( )); goog.object.forEach(model.getPlayer( ).getVars( ), function (value, key){ flash.setFlashVars(key, value); } ); flash.render(div); return div; |
| ||||
var flash= new goog.ui.media.FlashObject( picasaAlbum.getPlayer( ).getUrl( ) || '',control.getDomHelper( )); goog.object.forEach(picasaAlbum.getPlayer( ).getVars( ), function (value, key){ flash.setFlashVars(key, value); } ); flash.render(div); return div; |
| |||
// TODO: find out what is the policy about hosting this SWF. figure out // if it works over https. var flash=new goog.ui.media.FlashObject( [[#variable202daae0]].getPlayer( ).getUrl( ) || '',control.getDomHelper( )); goog.object.forEach( [[#variable202daae0]].getPlayer( ).getVars( ), function (value,key) { flash.setFlashVars(key,value); } ); flash.render(div); return div; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#202daae0]] | model |
1 | 2 | [[#202daae0]] | picasaAlbum |