Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.974 | Case |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 560 | Closure/closure/goog/ui/plaintextspellchecker.js |
2 | 6 | 566 | Closure/closure/goog/ui/plaintextspellchecker.js |
| ||||
case goog.events.KeyCodes.RIGHT: if (e.ctrlKey) { handled= this.navigate_(goog.ui.AbstractSpellChecker.Direction.NEXT); } break; |
| ||||
case goog.events.KeyCodes.LEFT: if (e.ctrlKey) { handled= this.navigate_( goog.ui.AbstractSpellChecker.Direction.PREVIOUS); } break; |
| |||
case goog.events.KeyCodes. [[#variable1ec3d620]]: if (e.ctrlKey) { handled=this.navigate_(goog.ui.AbstractSpellChecker.Direction. [[#variable1ec3dfe0]]); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ec3d620]] | RIGHT |
1 | 2 | [[#1ec3d620]] | LEFT |
2 | 1 | [[#1ec3dfe0]] | NEXT |
2 | 2 | [[#1ec3dfe0]] | PREVIOUS |