| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.960 | ExpressionStatement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 733 | Closure/closure/goog/editor/plugins/undoredo.js |
| 2 | 3 | 742 | Closure/closure/goog/editor/plugins/undoredo.js |
| ||||
/**
* Performs the undo operation represented by this state.
*/
goog.editor.plugins.UndoRedo.UndoState_.prototype.undo= function ( )
{
this.restore_(this, this.undoContent_,
this.undoCursorPosition_);
} ;
|
| ||||
/**
* Performs the redo operation represented by this state.
*/
goog.editor.plugins.UndoRedo.UndoState_.prototype.redo= function ( )
{
this.restore_(this, this.redoContent_,
this.redoCursorPosition_);
} ;
|
| |||
/**
* Performs the redo operation represented by this state.
*/
/**
* Performs the undo operation represented by this state.
*/
goog.editor.plugins.UndoRedo.UndoState_.prototype. [[#variable20d7b900]]= function ( )
{ this.restore_(this,this. [[#variable20d7b880]],this. [[#variable20d7b800]]);
} ;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#20d7b900]] | redo |
| 1 | 2 | [[#20d7b900]] | undo |
| 2 | 1 | [[#20d7b880]] | redoContent_ |
| 2 | 2 | [[#20d7b880]] | undoContent_ |
| 3 | 1 | [[#20d7b800]] | redoCursorPosition_ |
| 3 | 2 | [[#20d7b800]] | undoCursorPosition_ |