CloneSet704


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13340.956SourceElements[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113415
Closure/closure/goog/editor/plugins/tableeditor.js
213435
Closure/closure/goog/editor/plugins/tableeditor.js
312455
Closure/closure/goog/editor/plugins/tableeditor.js
Clone Instance
1
Line Count
13
Source Line
415
Source File
Closure/closure/goog/editor/plugins/tableeditor.js

/**
 * Returns the EditableTable object of which this selection's cells are a
 * subset.
 * @return {goog.editor.Table?} the table.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getTable=
    function ( )
               {
  return this.parentTable_;
               } ;

/**
 * Returns the row index of the uppermost cell in this selection.
 * @return {number} The row index.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getFirstRowIndex=
    function ( )
               {
  return this.firstRowIndex_;
               } ;


Clone Instance
2
Line Count
13
Source Line
435
Source File
Closure/closure/goog/editor/plugins/tableeditor.js

/**
 * Returns the row index of the lowermost cell in this selection.
 * @return {number} The row index.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getLastRowIndex=
    function ( )
               {
  return this.lastRowIndex_;
               } ;

/**
 * Returns the column index of the farthest left cell in this selection.
 * @return {number} The column index.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getFirstColumnIndex=
    function ( )
               {
  return this.firstColIndex_;
               } ;


Clone Instance
3
Line Count
12
Source Line
455
Source File
Closure/closure/goog/editor/plugins/tableeditor.js

/**
 * Returns the column index of the farthest right cell in this selection.
 * @return {number} The column index.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getLastColumnIndex=
    function ( )
               {
  return this.lastColIndex_;
               } ;

/**
 * Returns the cells in this selection.
 * @return {Array.<Element>} Cells in this selection.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype.getCells=  function ( )
                                                                               {
  return this.cells_;
                                                                               } ;


Clone AbstractionParameter Count: 4Parameter Bindings

/**
 * Returns the EditableTable object of which this selection's cells are a
 * subset.
 * @return {goog.editor.Table?} the table.
 */
/**
 * Returns the row index of the lowermost cell in this selection.
 * @return {number} The row index.
 */
/**
 * Returns the column index of the farthest right cell in this selection.
 * @return {number} The column index.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype. [[#variable5f8c3ee0]]= function ( )
                                                                                 { return this. [[#variable5f8c3ec0]];
                                                                                 } ;
/**
 * Returns the row index of the uppermost cell in this selection.
 * @return {number} The row index.
 */
/**
 * Returns the column index of the farthest left cell in this selection.
 * @return {number} The column index.
 */
/**
 * Returns the cells in this selection.
 * @return {Array.<Element>} Cells in this selection.
 */
goog.editor.plugins.TableEditor.CellSelection_.prototype. [[#variable5f8c3dc0]]= function ( )
                                                                                 { return this. [[#variable5f8c3d80]];
                                                                                 } ;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5f8c3ee0]]
getTable 
12[[#5f8c3ee0]]
getLastRowIndex 
13[[#5f8c3ee0]]
getLastColumnIndex 
21[[#5f8c3ec0]]
parentTable_ 
22[[#5f8c3ec0]]
lastRowIndex_ 
23[[#5f8c3ec0]]
lastColIndex_ 
31[[#5f8c3dc0]]
getFirstRowIndex 
32[[#5f8c3dc0]]
getFirstColumnIndex 
33[[#5f8c3dc0]]
getCells 
41[[#5f8c3d80]]
firstRowIndex_ 
42[[#5f8c3d80]]
firstColIndex_ 
43[[#5f8c3d80]]
cells_