CloneSet1751


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.971IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13407
Closure/closure/goog/ui/editor/linkdialog.js
24455
Closure/closure/goog/ui/editor/linkdialog.js
Clone Instance
1
Line Count
3
Source Line
407
Source File
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%';
                                                  }


Clone Instance
2
Line Count
4
Source Line
455
Source File
Closure/closure/goog/ui/editor/linkdialog.js

  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%';
                                                    }


Clone AbstractionParameter Count: 1Parameter Bindings

if (goog.editor.BrowserFeature.NEEDS_99_WIDTH_IN_STANDARDS_MODE
    && goog.editor.node.isStandardsMode( [[#variable2103b880]]))
  {  [[#variable2103b880]].style.width='99%';
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#2103b880]]
urlInput 
12[[#2103b880]]
emailInput