Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.988 | Block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 74 | Closure/closure/goog/useragent/flash.js |
2 | 5 | 88 | Closure/closure/goog/useragent/flash.js |
| ||||
{ // Try 7 first, since we know we can use GetVariable with it var ax= new ActiveXObject('ShockwaveFlash.ShockwaveFlash.7'); hasFlash= true; flashVersion= getFlashVersion(ax.GetVariable('$version')); } |
| ||||
{ // Try the default activeX var ax= new ActiveXObject('ShockwaveFlash.ShockwaveFlash'); hasFlash= true; flashVersion= getFlashVersion(ax.GetVariable('$version')); } |
| |||
{ // Try 7 first, since we know we can use GetVariable with it // Try the default activeX var ax=new ActiveXObject( [[#variable62f7b480]]); hasFlash= true; flashVersion=getFlashVersion(ax.GetVariable('$version')); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62f7b480]] | 'ShockwaveFlash.ShockwaveFlash.7' |
1 | 2 | [[#62f7b480]] | 'ShockwaveFlash.ShockwaveFlash' |