CloneSet1493


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.953ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14219
Closure/closure/goog/ui/editor/linkdialog.js
24223
Closure/closure/goog/ui/editor/linkdialog.js
Clone Instance
1
Line Count
4
Source Line
219
Source File
Closure/closure/goog/ui/editor/linkdialog.js

  this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_.ON_WEB_TAB,
      goog.ui.editor.messages.MSG_ON_THE_WEB,
      goog.ui.editor.messages.MSG_ON_THE_WEB_TIP,
      this.buildTabOnTheWeb_( ));


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

  this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_.EMAIL_ADDRESS_TAB,
      goog.ui.editor.messages.MSG_EMAIL_ADDRESS,
      goog.ui.editor.messages.MSG_EMAIL_ADDRESS_TIP,
      this.buildTabEmailAddress_( ));


Clone AbstractionParameter Count: 4Parameter Bindings

this.tabPane_.addTab(goog.ui.editor.LinkDialog.Id_. [[#variable6347e820]],goog.ui.editor.messages. [[#variable6347e120]],goog.ui.editor.messages. [[#variable6347e080]],this. [[#variable6347e940]]( ));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6347e820]]
EMAIL_ADDRESS_TAB 
12[[#6347e820]]
ON_WEB_TAB 
21[[#6347e120]]
MSG_EMAIL_ADDRESS 
22[[#6347e120]]
MSG_ON_THE_WEB 
31[[#6347e080]]
MSG_EMAIL_ADDRESS_TIP 
32[[#6347e080]]
MSG_ON_THE_WEB_TIP 
41[[#6347e940]]
buildTabEmailAddress_ 
42[[#6347e940]]
buildTabOnTheWeb_