CloneSet1486


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.988Block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14193
Closure/closure/goog/gears/basestore.js
24213
Closure/closure/goog/gears/basestore.js
Clone Instance
1
Line Count
4
Source Line
193
Source File
Closure/closure/goog/gears/basestore.js

                 {
      this.database_.rollback(ex);
      throw Error('Could not create the '+  this.name+  ' schema'+
            ': '  +(ex.message
                    ||            'unknown exception'));
                 }


Clone Instance
2
Line Count
4
Source Line
213
Source File
Closure/closure/goog/gears/basestore.js

               {
    this.database_.rollback(ex);
    throw Error('Could not remove the '+  this.name+  ' schema'+
            ': '+  (ex.message
                    ||            'unknown exception'));
               }


Clone AbstractionParameter Count: 1Parameter Bindings

{ this.database_.rollback(ex);
  throw Error( [[#variable6349d2a0]]+this.name+' schema'+': '+(ex.message
                                                               || 'unknown exception'));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6349d2a0]]
'Could not remove the ' 
12[[#6349d2a0]]
'Could not create the '