Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.962 | ExpressionStatement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 571 | Closure/closure/goog/ui/abstractspellchecker.js |
2 | 2 | 63 | Closure/closure/goog/ui/progressbar.js |
| ||||
goog.events.listen(this.menu_, goog.ui.Component.EventType.ACTION, this.onCorrectionAction, false ,this ); |
| ||||
goog.events.listen(this.rangeModel_, goog.ui.Component.EventType.CHANGE, this.handleChange_, false ,this ); |
| |||
goog.events.listen(this. [[#variable20eb0720]],goog.ui.Component.EventType. [[#variable20eb0680]],this. [[#variable20eb0600]], false ,this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#20eb0720]] | menu_ |
1 | 2 | [[#20eb0720]] | rangeModel_ |
2 | 1 | [[#20eb0680]] | ACTION |
2 | 2 | [[#20eb0680]] | CHANGE |
3 | 1 | [[#20eb0600]] | onCorrectionAction |
3 | 2 | [[#20eb0600]] | handleChange_ |