CloneSet420


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3430.960ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13466
Closure/closure/goog/ui/datepicker.js
23475
Closure/closure/goog/ui/datepicker.js
33484
Closure/closure/goog/ui/datepicker.js
43493
Closure/closure/goog/ui/datepicker.js
Clone Instance
1
Line Count
3
Source Line
466
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * Changes the active month to the previous one.
 */
goog.ui.DatePicker.prototype.previousMonth=  function ( )
                                                        {
  this.activeMonth_.add(new goog.date.Interval(goog.date.Interval.MONTHS, -1));
  this.updateCalendarGrid_( );
                                                        } ;


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

/**
 * Changes the active month to the next one.
 */
goog.ui.DatePicker.prototype.nextMonth=  function ( )
                                                    {
  this.activeMonth_.add(new goog.date.Interval(goog.date.Interval.MONTHS, 1));
  this.updateCalendarGrid_( );
                                                    } ;


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

/**
 * Changes the active year to the previous one.
 */
goog.ui.DatePicker.prototype.previousYear=  function ( )
                                                       {
  this.activeMonth_.add(new goog.date.Interval(goog.date.Interval.YEARS, -1));
  this.updateCalendarGrid_( );
                                                       } ;


Clone Instance
4
Line Count
3
Source Line
493
Source File
Closure/closure/goog/ui/datepicker.js

/**
 * Changes the active year to the next one.
 */
goog.ui.DatePicker.prototype.nextYear=  function ( )
                                                   {
  this.activeMonth_.add(new goog.date.Interval(goog.date.Interval.YEARS, 1));
  this.updateCalendarGrid_( );
                                                   } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * Changes the active year to the next one.
 */
/**
 * Changes the active year to the previous one.
 */
/**
 * Changes the active month to the next one.
 */
/**
 * Changes the active month to the previous one.
 */
goog.ui.DatePicker.prototype. [[#variable62b37040]]= function ( )
                                                     { this.activeMonth_.add(new goog.date.Interval(goog.date.Interval. [[#variable62b36fc0]], [[#variable62b36e60]]));
                                                       this.updateCalendarGrid_( );
                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#62b37040]]
nextYear 
12[[#62b37040]]
previousYear 
13[[#62b37040]]
nextMonth 
14[[#62b37040]]
previousMonth 
21[[#62b36fc0]]
YEARS 
22[[#62b36fc0]]
YEARS 
23[[#62b36fc0]]
MONTHS 
24[[#62b36fc0]]
MONTHS 
31[[#62b36e60]]
1 
32[[#62b36e60]]
-1 
33[[#62b36e60]]
1 
34[[#62b36e60]]
-1