CloneSet1556


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1756
Closure/closure/goog/math/vec2.js
2759
Closure/closure/goog/math/vec3.js
Clone Instance
1
Line Count
7
Source Line
56
Source File
Closure/closure/goog/math/vec2.js

  /**
   * X-value
   * @type {number}
   */
  this.x=  Number(opt_x)
           ||               0;
  /**
   * Y-value
   * @type {number}
   */
  this.y=  Number(opt_y)
           ||               0;


Clone Instance
2
Line Count
7
Source Line
59
Source File
Closure/closure/goog/math/vec3.js

  /**
   * X-value
   * @type {number}
   */
  this.x=  Number(opt_x)
           ||               0;
  /**
   * Y-value
   * @type {number}
   */
  this.y=  Number(opt_y)
           ||               0;


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * X-value
   * @type {number}
   */
this.x=Number(opt_x)
       || 0;
/**
   * Y-value
   * @type {number}
   */
this.y=Number(opt_y)
       || 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None