CloneSet1530


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

  // TODO: Standardize selection and change events with other components.
  // Fire select event.
  var selectEvent=  new goog.ui.DatePickerEvent(
      goog.ui.DatePicker.Events.SELECT, this, this.date_);
  this.dispatchEvent(selectEvent);


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

    var changeEvent=  new goog.ui.DatePickerEvent(
        goog.ui.DatePicker.Events.CHANGE, this, this.date_);
    this.dispatchEvent(changeEvent);


Clone AbstractionParameter Count: 2Parameter Bindings

// TODO: Standardize selection and change events with other components.
// Fire select event.
var [[#variable3cf769a0]]=new goog.ui.DatePickerEvent(goog.ui.DatePicker.Events. [[#variable41459780]],this,this.date_);
this.dispatchEvent( [[#variable3cf769a0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#3cf769a0]]
selectEvent 
12[[#3cf769a0]]
changeEvent 
21[[#41459780]]
SELECT 
22[[#41459780]]
CHANGE