CloneSet1661


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.959ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11189
Closure/closure/goog/fx/dom.js
21196
Closure/closure/goog/fx/dom.js
Clone Instance
1
Line Count
1
Source Line
189
Source File
Closure/closure/goog/fx/dom.js

  /*
   * Maximum width for element.
   * @type {number}
   * @private
   */
  this.maxWidth_=  Math.max(this.endPoint[0], this.startPoint[0]);


Clone Instance
2
Line Count
1
Source Line
196
Source File
Closure/closure/goog/fx/dom.js

  /*
   * Maximum height for element.
   * @type {number}
   * @private
   */
  this.maxHeight_=  Math.max(this.endPoint[1], this.startPoint[1]);


Clone AbstractionParameter Count: 2Parameter Bindings

/*
   * Maximum width for element.
   * @type {number}
   * @private
   */
/*
   * Maximum height for element.
   * @type {number}
   * @private
   */
this. [[#variable630bb980]]=Math.max(this.endPoint[ [[#variable630bb860]]],this.startPoint[ [[#variable630bb860]]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#630bb980]]
maxWidth_ 
12[[#630bb980]]
maxHeight_ 
21[[#630bb860]]
0 
22[[#630bb860]]
1