CloneSet753


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11340.951SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111242
Closure/closure/goog/ui/datepicker.js
210260
Closure/closure/goog/ui/datepicker.js
310276
Closure/closure/goog/ui/datepicker.js
Clone Instance
1
Line Count
11
Source Line
242
Source File
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_;
                                                             } ;


Clone Instance
2
Line Count
10
Source Line
260
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * @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_;
                                                         } ;


Clone Instance
3
Line Count
10
Source Line
276
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * @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_;
                                                       } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * @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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1fd49420]]
getShowFixedNumWeeks 
12[[#1fd49420]]
getExtraWeekAtEnd 
13[[#1fd49420]]
getShowWeekdayNames 
21[[#1e43fb20]]
showFixedNumWeeks_ 
22[[#1e43fb20]]
extraWeekAtEnd_ 
23[[#1e43fb20]]
showWeekdays_ 
31[[#1fd483c0]]
getShowOtherMonths 
32[[#1fd483c0]]
getShowWeekNum 
33[[#1fd483c0]]
getAllowNone 
41[[#1fd49220]]
showOtherMonths_ 
42[[#1fd49220]]
showWeekNum_ 
43[[#1fd49220]]
allowNone_