CloneSet737


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

    this.elMonth_=  this.createButton_(
        monthCell, '', this.showMonthMenu_,
        goog.getCssName('goog-date-picker-month'));
    this.createButton_(monthCell, '»',      this.nextMonth);  // >>


Clone Instance
2
Line Count
3
Source Line
616
Source File
Closure/closure/goog/ui/datepicker.js

    this.elYear_=  this.createButton_(yearCell, '', this.showYearMenu_,
                                      goog.getCssName('goog-date-picker-year'));
    this.createButton_(yearCell, '»',      this.nextYear);  // >>


Clone AbstractionParameter Count: 5Parameter Bindings

this. [[#variable3df91a00]]=this.createButton_( [[#variable3fb208a0]],'',this. [[#variable3fb20200]],goog.getCssName( [[#variable3fb201e0]]));
this.createButton_( [[#variable3fb208a0]],'»',this. [[#variable3fb21be0]]); // >>
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3df91a00]]
elYear_ 
12[[#3df91a00]]
elMonth_ 
21[[#3fb208a0]]
yearCell 
22[[#3fb208a0]]
monthCell 
31[[#3fb20200]]
showYearMenu_ 
32[[#3fb20200]]
showMonthMenu_ 
41[[#3fb201e0]]
'goog-date-picker-year' 
42[[#3fb201e0]]
'goog-date-picker-month' 
51[[#3fb21be0]]
nextYear 
52[[#3fb21be0]]
nextMonth