Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 3 | 4 | 0.951 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 242 | Closure/closure/goog/ui/datepicker.js |
2 | 10 | 260 | Closure/closure/goog/ui/datepicker.js |
3 | 10 | 276 | Closure/closure/goog/ui/datepicker.js |
| ||||
/** * @return {boolean} Whether a fixed number of weeks should be showed. If not * only weeks for the current month will be shown. */ goog.ui.DatePicker.prototype.getShowFixedNumWeeks= function ( ) { return this.showFixedNumWeeks_; } ; /** * @return {boolean} Whether a days from the previous and/or next month should * be shown. */ goog.ui.DatePicker.prototype.getShowOtherMonths= function ( ) { return this.showOtherMonths_; } ; |
| ||||
/** * @return {boolean} Whether a the extra week(s) added always should be at the * end. Only applicable if a fixed number of weeks are shown. */ goog.ui.DatePicker.prototype.getExtraWeekAtEnd= function ( ) { return this.extraWeekAtEnd_; } ; /** * @return {boolean} Whether week numbers should be shown. */ goog.ui.DatePicker.prototype.getShowWeekNum= function ( ) { return this.showWeekNum_; } ; |
| ||||
/** * @return {boolean} Whether weekday names should be shown. */ goog.ui.DatePicker.prototype.getShowWeekdayNames= function ( ) { return this.showWeekdays_; } ; /** * @return {boolean} Whether none is a valid selection. */ goog.ui.DatePicker.prototype.getAllowNone= function ( ) { return this.allowNone_; } ; |
| |||
/** * @return {boolean} Whether a fixed number of weeks should be showed. If not * only weeks for the current month will be shown. */ /** * @return {boolean} Whether a the extra week(s) added always should be at the * end. Only applicable if a fixed number of weeks are shown. */ /** * @return {boolean} Whether weekday names should be shown. */ goog.ui.DatePicker.prototype. [[#variable1fd49420]]= function ( ) { return this. [[#variable1e43fb20]]; } ; /** * @return {boolean} Whether a days from the previous and/or next month should * be shown. */ /** * @return {boolean} Whether week numbers should be shown. */ /** * @return {boolean} Whether none is a valid selection. */ goog.ui.DatePicker.prototype. [[#variable1fd483c0]]= function ( ) { return this. [[#variable1fd49220]]; } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1fd49420]] | getShowFixedNumWeeks |
1 | 2 | [[#1fd49420]] | getExtraWeekAtEnd |
1 | 3 | [[#1fd49420]] | getShowWeekdayNames |
2 | 1 | [[#1e43fb20]] | showFixedNumWeeks_ |
2 | 2 | [[#1e43fb20]] | extraWeekAtEnd_ |
2 | 3 | [[#1e43fb20]] | showWeekdays_ |
3 | 1 | [[#1fd483c0]] | getShowOtherMonths |
3 | 2 | [[#1fd483c0]] | getShowWeekNum |
3 | 3 | [[#1fd483c0]] | getAllowNone |
4 | 1 | [[#1fd49220]] | showOtherMonths_ |
4 | 2 | [[#1fd49220]] | showWeekNum_ |
4 | 3 | [[#1fd49220]] | allowNone_ |