Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.971 | IfStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 407 | Closure/closure/goog/ui/editor/linkdialog.js |
2 | 4 | 455 | Closure/closure/goog/ui/editor/linkdialog.js |
| ||||
if (goog.editor.BrowserFeature.NEEDS_99_WIDTH_IN_STANDARDS_MODE &&goog.editor.node.isStandardsMode(urlInput)) { urlInput.style.width= '99%'; } |
| ||||
if (goog.editor.BrowserFeature.NEEDS_99_WIDTH_IN_STANDARDS_MODE &&goog.editor.node.isStandardsMode(emailInput)) { // Standards mode sizes this too large. emailInput.style.width= '99%'; } |
| |||
if (goog.editor.BrowserFeature.NEEDS_99_WIDTH_IN_STANDARDS_MODE && goog.editor.node.isStandardsMode( [[#variable2103b880]])) { [[#variable2103b880]].style.width='99%'; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#2103b880]] | urlInput |
1 | 2 | [[#2103b880]] | emailInput |