CloneSet1509


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13309
Closure/closure/goog/ui/tabpane.js
25368
Closure/closure/goog/ui/tabpane.js
Clone Instance
1
Line Count
3
Source Line
309
Source File
Closure/closure/goog/ui/tabpane.js

    this.selected_=  page;
    this.dispatchEvent(new goog.ui.TabPaneEvent(goog.ui.TabPane.Events.CHANGE,
                                                this, this.selected_));


Clone Instance
2
Line Count
5
Source Line
368
Source File
Closure/closure/goog/ui/tabpane.js

    this.selected_=  page;

    // Fire changed event
    this.dispatchEvent(new goog.ui.TabPaneEvent(goog.ui.TabPane.Events.CHANGE,
                                                this, this.selected_));


Clone AbstractionParameter Count: 0Parameter Bindings

this.selected_=page;
// Fire changed event
this.dispatchEvent(new goog.ui.TabPaneEvent(goog.ui.TabPane.Events.CHANGE,this,this.selected_));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None