CloneSet1175


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.981StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15684
Closure/closure/goog/ui/menubutton.js
23436
Closure/closure/goog/ui/submenu.js
Clone Instance
1
Line Count
5
Source Line
684
Source File
Closure/closure/goog/ui/menubutton.js

  var method=  attach
               ?        handler.listen
               :                         handler.unlisten;
  // Handle events dispatched by menu items.
  method.call(handler, menu, goog.ui.Component.EventType.ACTION,
      this.handleMenuAction);


Clone Instance
2
Line Count
3
Source Line
436
Source File
Closure/closure/goog/ui/submenu.js

  var method=  attach
               ?        handler.listen
               :                         handler.unlisten;
  method.call(handler, menu, goog.ui.Component.EventType.HIGHLIGHT,
      this.onChildHighlight_);


Clone AbstractionParameter Count: 2Parameter Bindings

var method=attach
           ?handler.listen
           :handler.unlisten;
// Handle events dispatched by menu items.
method.call(handler,menu,goog.ui.Component.EventType. [[#variable3e1c42c0]],this. [[#variable3e1c42a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3e1c42c0]]
HIGHLIGHT 
12[[#3e1c42c0]]
ACTION 
21[[#3e1c42a0]]
onChildHighlight_ 
22[[#3e1c42a0]]
handleMenuAction