| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.987 | IfStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 871 | Closure/closure/goog/ui/abstractspellchecker.js |
| 2 | 2 | 918 | 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.');
}
|
| ||||
if (!this.asyncMode_
|| this.asyncText_!= null
|| this.asyncNode_) {
throw Error('Not in async mode or previous text has not been processed.');
}
|
| |||
if (!this.asyncMode_
|| this.asyncText_!=null
|| this.asyncNode_)
{ throw Error( [[#variable200f92c0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#200f92c0]] | 'Not in async mode or previous text has not been processed.' |
| 1 | 2 | [[#200f92c0]] | 'Async mode not started or there is still text to process.' |