CloneSet1143


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10220.981Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110535
Closure/closure/goog/ui/editor/linkdialog.js
27545
Closure/closure/goog/ui/editor/linkdialog.js
Clone Instance
1
Line Count
10
Source Line
535
Source File
Closure/closure/goog/ui/editor/linkdialog.js

                                                   {
    // The text is for an email address.
    this.tabPane_.setSelectedTabId(
        goog.ui.editor.LinkDialog.Id_.EMAIL_ADDRESS_TAB);
    this.dom.getElement(goog.ui.editor.LinkDialog.Id_.EMAIL_ADDRESS_INPUT).value=
                 text;
    this.setAutogenFlag_( true);
    // TODO: Why disable right after enabling? What bug are we
    // working around?
    this.disableAutogenFlag_( true);
                                                   }


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

                                                 {
    // The text is for a web URL.
    this.tabPane_.setSelectedTabId(goog.ui.editor.LinkDialog.Id_.ON_WEB_TAB);
    this.dom.getElement(goog.ui.editor.LinkDialog.Id_.ON_WEB_INPUT).value=
                 text;
    this.setAutogenFlag_( true);
    this.disableAutogenFlag_( true);
                                                 }


Clone AbstractionParameter Count: 2Parameter Bindings

{
  // The text is for an email address.
  // The text is for a web URL.
  this.tabPane_.setSelectedTabId(goog.ui.editor.LinkDialog.Id_. [[#variable3cf39e00]]);
  this.dom.getElement(goog.ui.editor.LinkDialog.Id_. [[#variable3cf39da0]]).value=text;
  this.setAutogenFlag_( true);
  // TODO: Why disable right after enabling? What bug are we
  // working around?
  this.disableAutogenFlag_( true);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3cf39e00]]
EMAIL_ADDRESS_TAB 
12[[#3cf39e00]]
ON_WEB_TAB 
21[[#3cf39da0]]
EMAIL_ADDRESS_INPUT 
22[[#3cf39da0]]
ON_WEB_INPUT