| 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.974 | Block |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 5 | 374 | Closure/closure/goog/ui/keyboardshortcuthandler.js |
| 2 | 4 | 402 | Closure/closure/goog/ui/keyboardshortcuthandler.js |
| ||||
{
// Add shortcut to shortcuts_ tree
goog.ui.KeyboardShortcutHandler.setShortcut_(
this.shortcuts_, this.interpretStrokes_(1, arguments), identifier);
}
|
| ||||
{
// Remove shortcut from tree
goog.ui.KeyboardShortcutHandler.setShortcut_(
this.shortcuts_, this.interpretStrokes_(0, arguments), null);
}
|
| |||
{
// Remove shortcut from tree
// Add shortcut to shortcuts_ tree
goog.ui.KeyboardShortcutHandler.setShortcut_(this.shortcuts_,this.interpretStrokes_( [[#variable20053820]],arguments), [[#variable200537c0]]);
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20053820]] | 0 |
| 1 | 2 | [[#20053820]] | 1 |
| 2 | 1 | [[#200537c0]] | null |
| 2 | 2 | [[#200537c0]] | identifier |