| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 2 | 0.980 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 942 | Closure/closure/goog/editor/field.js |
| 2 | 4 | 451 | Closure/closure/goog/editor/seamlessfield.js |
| ||||
// DOMAttrModified fires for a lot of events we want to ignore. This goes
// through a different handler so that we can ignore many of these.
this.eventRegister.listen(doc, 'DOMAttrModified',
goog.bind(this.handleDomAttrChange, this,
this.handleMutationEventGecko_),
true);
|
| ||||
this.eventRegister.listen(outerDoc,
'DOMAttrModified' ,
goog.bind(this.handleDomAttrChange, this, this.handleOuterDocChange_),
true);
|
| |||
// DOMAttrModified fires for a lot of events we want to ignore. This goes // through a different handler so that we can ignore many of these. this.eventRegister.listen( [[#variable1f1b0600]],'DOMAttrModified',goog.bind(this.handleDomAttrChange,this,this. [[#variable1f1b0580]]), true); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#1f1b0600]] | doc |
| 1 | 2 | [[#1f1b0600]] | outerDoc |
| 2 | 1 | [[#1f1b0580]] | handleMutationEventGecko_ |
| 2 | 2 | [[#1f1b0580]] | handleOuterDocChange_ |