Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.961 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 328 | Closure/closure/goog/editor/plugins/enterhandler.js |
2 | 3 | 167 | Closure/closure/goog/editor/plugins/tagonenterhandler.js |
| ||||
if ((goog.userAgent.IE || goog.userAgent.OPERA) &&e.keyCode== goog.events.KeyCodes.ENTER) { this.ensureBlockIeOpera(goog.dom.TagName.DIV, true); } |
| ||||
if ((goog.userAgent.IE || goog.userAgent.OPERA) &&e.keyCode== goog.events.KeyCodes.ENTER) { this.ensureBlockIeOpera(this.tag_, true); } |
| |||
if ((goog.userAgent.IE || goog.userAgent.OPERA) && e.keyCode==goog.events.KeyCodes.ENTER) { this.ensureBlockIeOpera( [[#variable20e78620]]. [[#variable20e785c0]], true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20e78620]] | goog.dom.TagName |
1 | 2 | [[#20e78620]] | this |
2 | 1 | [[#20e785c0]] | DIV |
2 | 2 | [[#20e785c0]] | tag_ |