CloneSet1622


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.987IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12871
Closure/closure/goog/ui/abstractspellchecker.js
22918
Closure/closure/goog/ui/abstractspellchecker.js
Clone Instance
1
Line Count
2
Source Line
871
Source File
Closure/closure/goog/ui/abstractspellchecker.js

  if (!this.asyncMode_
      ||                  this.asyncText_!=  null
      ||                                             this.asyncNode_) {
    throw Error('Async mode not started or there is still text to process.');
                                                                      }


Clone Instance
2
Line Count
2
Source Line
918
Source File
Closure/closure/goog/ui/abstractspellchecker.js

  if (!this.asyncMode_
      ||                  this.asyncText_!=  null
      ||                                             this.asyncNode_) {
    throw Error('Not in async mode or previous text has not been processed.');
                                                                      }


Clone AbstractionParameter Count: 1Parameter Bindings

if (!this.asyncMode_
    || this.asyncText_!=null
    || this.asyncNode_)
  { throw Error( [[#variable200f92c0]]);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#200f92c0]]
'Not in async mode or previous text has not been processed.' 
12[[#200f92c0]]
'Async mode not started or there is still text to process.'