CloneSet1198


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4240.961StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1481
Closure/closure/goog/ui/tabbar.js
2485
Closure/closure/goog/ui/tabbar.js
Clone Instance
1
Line Count
4
Source Line
81
Source File
Closure/closure/goog/ui/tabbar.js

  handler.listen(this, goog.ui.Component.EventType.SELECT,
      this.handleTabSelect);
  handler.listen(this, goog.ui.Component.EventType.UNSELECT,
      this.handleTabUnselect);


Clone Instance
2
Line Count
4
Source Line
85
Source File
Closure/closure/goog/ui/tabbar.js

  handler.listen(this, goog.ui.Component.EventType.DISABLE,
      this.handleTabDisable);
  handler.listen(this, goog.ui.Component.EventType.HIDE,
      this.handleTabHide);


Clone AbstractionParameter Count: 4Parameter Bindings

handler.listen(this,goog.ui.Component.EventType. [[#variable5760fb80]],this. [[#variable399cd600]]);
handler.listen(this,goog.ui.Component.EventType. [[#variable399cc120]],this. [[#variable5760fc00]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5760fb80]]
SELECT 
12[[#5760fb80]]
DISABLE 
21[[#399cd600]]
handleTabSelect 
22[[#399cd600]]
handleTabDisable 
31[[#399cc120]]
UNSELECT 
32[[#399cc120]]
HIDE 
41[[#5760fc00]]
handleTabUnselect 
42[[#5760fc00]]
handleTabHide