Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 3 | 4 | 0.956 | SourceElements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 415 | Closure/closure/goog/editor/plugins/tableeditor.js |
2 | 13 | 435 | Closure/closure/goog/editor/plugins/tableeditor.js |
3 | 12 | 455 | 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_; } ; |
| ||||
/** * 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_; } ; |
| ||||
/** * 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_; } ; |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f8c3ee0]] | getTable |
1 | 2 | [[#5f8c3ee0]] | getLastRowIndex |
1 | 3 | [[#5f8c3ee0]] | getLastColumnIndex |
2 | 1 | [[#5f8c3ec0]] | parentTable_ |
2 | 2 | [[#5f8c3ec0]] | lastRowIndex_ |
2 | 3 | [[#5f8c3ec0]] | lastColIndex_ |
3 | 1 | [[#5f8c3dc0]] | getFirstRowIndex |
3 | 2 | [[#5f8c3dc0]] | getFirstColumnIndex |
3 | 3 | [[#5f8c3dc0]] | getCells |
4 | 1 | [[#5f8c3d80]] | firstRowIndex_ |
4 | 2 | [[#5f8c3d80]] | firstColIndex_ |
4 | 3 | [[#5f8c3d80]] | cells_ |