CloneSet1220


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1320.955ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1149
Closure/closure/goog/math/coordinate3.js
2155
Closure/closure/goog/math/coordinate3.js
3161
Closure/closure/goog/math/coordinate3.js
Clone Instance
1
Line Count
1
Source Line
49
Source File
Closure/closure/goog/math/coordinate3.js

  /**
   * X-value
   * @type {number|undefined}
   */
  this.x=  goog.isDef(opt_x)
           ?                   Number(opt_x)
           :                                   undefined;


Clone Instance
2
Line Count
1
Source Line
55
Source File
Closure/closure/goog/math/coordinate3.js

  /**
   * Y-value
   * @type {number|undefined}
   */
  this.y=  goog.isDef(opt_y)
           ?                   Number(opt_y)
           :                                   undefined;


Clone Instance
3
Line Count
1
Source Line
61
Source File
Closure/closure/goog/math/coordinate3.js

  /**
   * Z-value
   * @type {number|undefined}
   */
  this.z=  goog.isDef(opt_z)
           ?                   Number(opt_z)
           :                                   undefined;


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * Z-value
   * @type {number|undefined}
   */
/**
   * Y-value
   * @type {number|undefined}
   */
/**
   * X-value
   * @type {number|undefined}
   */
this. [[#variable1f366e60]]=goog.isDef( [[#variable1f366dc0]])
                            ?Number( [[#variable1f366dc0]])
                            :undefined;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f366e60]]
z 
12[[#1f366e60]]
y 
13[[#1f366e60]]
x 
21[[#1f366dc0]]
opt_z 
22[[#1f366dc0]]
opt_y 
23[[#1f366dc0]]
opt_x