CloneSet1640


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3230.960ExpressionStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13733
Closure/closure/goog/editor/plugins/undoredo.js
23742
Closure/closure/goog/editor/plugins/undoredo.js
Clone Instance
1
Line Count
3
Source Line
733
Source File
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_);
                                                                    } ;


Clone Instance
2
Line Count
3
Source Line
742
Source File
Closure/closure/goog/editor/plugins/undoredo.js

/**
 * Performs the redo operation represented by this state.
 */
goog.editor.plugins.UndoRedo.UndoState_.prototype.redo=  function ( )
                                                                    {
  this.restore_(this, this.redoContent_,
      this.redoCursorPosition_);
                                                                    } ;


Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#20d7b900]]
redo 
12[[#20d7b900]]
undo 
21[[#20d7b880]]
redoContent_ 
22[[#20d7b880]]
undoContent_ 
31[[#20d7b800]]
redoCursorPosition_ 
32[[#20d7b800]]
undoCursorPosition_