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 | 1091 | Closure/closure/goog/ui/autocomplete/inputhandler.js |
2 | 2 | 1101 | Closure/closure/goog/ui/autocomplete/inputhandler.js |
| ||||
/** * Moves hilite up. May hilite next or previous depending on orientation. * @return {boolean} True if successful. * @private */ goog.ui.AutoComplete.InputHandler.prototype.moveUp_= function ( ) { return this.upsideDown_ ? this.ac_.hiliteNext( ) : this.ac_.hilitePrev( ); } ; |
| ||||
/** * Moves hilite down. May hilite next or previous depending on orientation. * @return {boolean} True if successful. * @private */ goog.ui.AutoComplete.InputHandler.prototype.moveDown_= function ( ) { return this.upsideDown_ ? this.ac_.hilitePrev( ) : this.ac_.hiliteNext( ); } ; |
| |||
/** * Moves hilite down. May hilite next or previous depending on orientation. * @return {boolean} True if successful. * @private */ /** * Moves hilite up. May hilite next or previous depending on orientation. * @return {boolean} True if successful. * @private */ goog.ui.AutoComplete.InputHandler.prototype. [[#variable1ef55240]]= function ( ) { return this.upsideDown_ ?this.ac_. [[#variable1ef551a0]]( ) : this.ac_. [[#variable1ef55120]]( ); } ; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1ef55240]] | moveDown_ |
1 | 2 | [[#1ef55240]] | moveUp_ |
2 | 1 | [[#1ef551a0]] | hilitePrev |
2 | 2 | [[#1ef551a0]] | hiliteNext |
3 | 1 | [[#1ef55120]] | hiliteNext |
3 | 2 | [[#1ef55120]] | hilitePrev |