| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 5 | 0.953 | StatementList[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 608 | Closure/closure/goog/ui/datepicker.js |
| 2 | 3 | 616 | Closure/closure/goog/ui/datepicker.js |
| ||||
this.elMonth_= this.createButton_(
monthCell, '', this.showMonthMenu_,
goog.getCssName('goog-date-picker-month'));
this.createButton_(monthCell, '»', this.nextMonth); // >>
|
| ||||
this.elYear_= this.createButton_(yearCell, '', this.showYearMenu_,
goog.getCssName('goog-date-picker-year'));
this.createButton_(yearCell, '»', this.nextYear); // >>
|
| |||
this. [[#variable3df91a00]]=this.createButton_( [[#variable3fb208a0]],'',this. [[#variable3fb20200]],goog.getCssName( [[#variable3fb201e0]])); this.createButton_( [[#variable3fb208a0]],'»',this. [[#variable3fb21be0]]); // >> |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#3df91a00]] | elYear_ |
| 1 | 2 | [[#3df91a00]] | elMonth_ |
| 2 | 1 | [[#3fb208a0]] | yearCell |
| 2 | 2 | [[#3fb208a0]] | monthCell |
| 3 | 1 | [[#3fb20200]] | showYearMenu_ |
| 3 | 2 | [[#3fb20200]] | showMonthMenu_ |
| 4 | 1 | [[#3fb201e0]] | 'goog-date-picker-year' |
| 4 | 2 | [[#3fb201e0]] | 'goog-date-picker-month' |
| 5 | 1 | [[#3fb21be0]] | nextYear |
| 5 | 2 | [[#3fb21be0]] | nextMonth |