CloneSet1574


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.987IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12210
Closure/closure/goog/math/matrix.js
23477
Closure/closure/goog/math/matrix.js
Clone Instance
1
Line Count
2
Source Line
210
Source File
Closure/closure/goog/math/matrix.js

  if (!goog.math.Size.equals(this.size_, m.getSize( ))){
    throw Error('Matrix summation is only supported on arrays of equal size');
                                                       }


Clone Instance
2
Line Count
3
Source Line
477
Source File
Closure/closure/goog/math/matrix.js

  if (!goog.math.Size.equals(this.size_, m.getSize( ))){
    throw Error(
        'Matrix subtraction is only supported on arrays of equal size.');
                                                       }


Clone AbstractionParameter Count: 1Parameter Bindings

if (!goog.math.Size.equals(this.size_,m.getSize( )))
  { throw Error( [[#variable20e4b060]]);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20e4b060]]
'Matrix subtraction is only supported on arrays of equal size.' 
12[[#20e4b060]]
'Matrix summation is only supported on arrays of equal size'