CloneSet410


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12420.956SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121274
Closure/closure/goog/date/date.js
2121294
Closure/closure/goog/date/date.js
3121314
Closure/closure/goog/date/date.js
4121344
Closure/closure/goog/date/date.js
Clone Instance
1
Line Count
12
Source Line
1274
Source File
Closure/closure/goog/date/date.js

/**
 * Returns the hours part of the datetime.
 *
 * @return {number} An integer between 0 and 23, representing the hour.
 */
goog.date.DateTime.prototype.getHours=  function ( )
                                                   {
  return this.date_.getHours( );
                                                   } ;

/**
 * Returns the minutes part of the datetime.
 *
 * @return {number} An integer between 0 and 59, representing the minutes.
 */
goog.date.DateTime.prototype.getMinutes=  function ( )
                                                     {
  return this.date_.getMinutes( );
                                                     } ;


Clone Instance
2
Line Count
12
Source Line
1294
Source File
Closure/closure/goog/date/date.js

/**
 * Returns the seconds part of the datetime.
 *
 * @return {number} An integer between 0 and 59, representing the seconds.
 */
goog.date.DateTime.prototype.getSeconds=  function ( )
                                                     {
  return this.date_.getSeconds( );
                                                     } ;

/**
 * Returns the milliseconds part of the datetime.
 *
 * @return {number} An integer between 0 and 999, representing the milliseconds.
 */
goog.date.DateTime.prototype.getMilliseconds=  function ( )
                                                          {
  return this.date_.getMilliseconds( );
                                                          } ;


Clone Instance
3
Line Count
12
Source Line
1314
Source File
Closure/closure/goog/date/date.js

/**
 * Returns the day of week according to universal time, US style.
 *
 * @return {number} Day of week, 0 = Sun, 1 = Mon, 6 = Sat.
 */
goog.date.DateTime.prototype.getUTCDay=  function ( )
                                                    {
  return this.date_.getUTCDay( );
                                                    } ;

/**
 * Returns the hours part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 23, representing the hour.
 */
goog.date.DateTime.prototype.getUTCHours=  function ( )
                                                      {
  return this.date_.getUTCHours( );
                                                      } ;


Clone Instance
4
Line Count
12
Source Line
1344
Source File
Closure/closure/goog/date/date.js

/**
 * Returns the seconds part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 59, representing the seconds.
 */
goog.date.DateTime.prototype.getUTCSeconds=  function ( )
                                                        {
  return this.date_.getUTCSeconds( );
                                                        } ;

/**
 * Returns the milliseconds part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 999, representing the milliseconds.
 */
goog.date.DateTime.prototype.getUTCMilliseconds=  function ( )
                                                             {
  return this.date_.getUTCMilliseconds( );
                                                             } ;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
 * Returns the hours part of the datetime.
 *
 * @return {number} An integer between 0 and 23, representing the hour.
 */
/**
 * Returns the seconds part of the datetime.
 *
 * @return {number} An integer between 0 and 59, representing the seconds.
 */
/**
 * Returns the day of week according to universal time, US style.
 *
 * @return {number} Day of week, 0 = Sun, 1 = Mon, 6 = Sat.
 */
/**
 * Returns the seconds part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 59, representing the seconds.
 */
goog.date.DateTime.prototype. [[#variable5db658c0]]= function ( )
                                                     { return this.date_. [[#variable5db658c0]]( );
                                                     } ;
/**
 * Returns the minutes part of the datetime.
 *
 * @return {number} An integer between 0 and 59, representing the minutes.
 */
/**
 * Returns the milliseconds part of the datetime.
 *
 * @return {number} An integer between 0 and 999, representing the milliseconds.
 */
/**
 * Returns the hours part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 23, representing the hour.
 */
/**
 * Returns the milliseconds part of the datetime according to universal time.
 *
 * @return {number} An integer between 0 and 999, representing the milliseconds.
 */
goog.date.DateTime.prototype. [[#variable571e9bc0]]= function ( )
                                                     { return this.date_. [[#variable571e9bc0]]( );
                                                     } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5db658c0]]
getHours 
12[[#5db658c0]]
getSeconds 
13[[#5db658c0]]
getUTCDay 
14[[#5db658c0]]
getUTCSeconds 
21[[#571e9bc0]]
getMinutes 
22[[#571e9bc0]]
getMilliseconds 
23[[#571e9bc0]]
getUTCHours 
24[[#571e9bc0]]
getUTCMilliseconds