| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 1 | 0.984 | BitwiseANDExpression |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 118 | Closure/closure/goog/testing/events/events.js |
| 2 | 6 | 142 | Closure/closure/goog/testing/events/events.js |
| ||||
goog.testing.events.fireMouseDownEvent(
target, opt_button, opt_coords, opt_eventProperties)&
goog.testing.events.fireMouseUpEvent(
target, opt_button, opt_coords, opt_eventProperties)&
goog.testing.events.fireClickEvent(
target, opt_button, opt_coords, opt_eventProperties)
|
| ||||
goog.testing.events.fireMouseDownEvent(
target, btn, opt_coords, opt_eventProperties)&
goog.testing.events.fireMouseUpEvent(
target, btn, opt_coords, opt_eventProperties)&
goog.testing.events.fireClickEvent(
target, btn, opt_coords, opt_eventProperties)
|
| |||
goog.testing.events.fireMouseDownEvent(target, [[#variable6276ce80]],opt_coords,opt_eventProperties)&goog.testing.events.fireMouseUpEvent(target, [[#variable6276ce80]],opt_coords,opt_eventProperties)&goog.testing.events.fireClickEvent(target, [[#variable6276ce80]],opt_coords,opt_eventProperties) |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6276ce80]] | btn |
| 1 | 2 | [[#6276ce80]] | opt_button |