CloneSet1235


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.980ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14942
Closure/closure/goog/editor/field.js
24451
Closure/closure/goog/editor/seamlessfield.js
Clone Instance
1
Line Count
4
Source Line
942
Source File
Closure/closure/goog/editor/field.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);


Clone Instance
2
Line Count
4
Source Line
451
Source File
Closure/closure/goog/editor/seamlessfield.js

    this.eventRegister.listen(outerDoc,
        'DOMAttrModified'     ,
        goog.bind(this.handleDomAttrChange, this, this.handleOuterDocChange_),
        true);


Clone AbstractionParameter Count: 2Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1f1b0600]]
doc 
12[[#1f1b0600]]
outerDoc 
21[[#1f1b0580]]
handleMutationEventGecko_ 
22[[#1f1b0580]]
handleOuterDocChange_