CloneSet1770


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.955ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14417
Closure/closure/goog/ui/datepicker.js
24430
Closure/closure/goog/ui/datepicker.js
Clone Instance
1
Line Count
4
Source Line
417
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * Sets whether none is a valid selection.
 *
 * @param {boolean} b Whether none is a valid selection.
 */
goog.ui.DatePicker.prototype.setAllowNone=  function (b){
  this.allowNone_=  b;
  if (this.elNone_) {
    this.updateTodayAndNone_( );
                    }
                                                        } ;


Clone Instance
2
Line Count
4
Source Line
430
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * Sets whether the today button should be shown.
 *
 * @param {boolean} b Whether the today button should be shown.
 */
goog.ui.DatePicker.prototype.setShowToday=  function (b){
  this.showToday_=  b;
  if (this.elToday_) {
    this.updateTodayAndNone_( );
                     }
                                                        } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Sets whether the today button should be shown.
 *
 * @param {boolean} b Whether the today button should be shown.
 */
/**
 * Sets whether none is a valid selection.
 *
 * @param {boolean} b Whether none is a valid selection.
 */
goog.ui.DatePicker.prototype. [[#variable1dfe6980]]= function (b)
                                                     { this. [[#variable1dfe6900]]=b;
                                                       if (this. [[#variable1dfe67e0]])
                                                         { this.updateTodayAndNone_( );
                                                         }
                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1dfe6980]]
setShowToday 
12[[#1dfe6980]]
setAllowNone 
21[[#1dfe6900]]
showToday_ 
22[[#1dfe6900]]
allowNone_ 
31[[#1dfe67e0]]
elToday_ 
32[[#1dfe67e0]]
elNone_