Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 0 | 1.000 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 94 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/HashtableDataSet.java |
2 | 9 | 93 | E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/MapDataSet.java |
| |||||
if (_rowKeys.hasNext()) { _curRow[0] = _rowKeys.next(); } if (_curRow[0] != null) { _curRow[1] = _src.get(_curRow[0]); } return _curRow[0] != null; |
| |||||
if (_rowKeys.hasNext()) { _curRow[0] = _rowKeys.next(); } if (_curRow[0] != null) { _curRow[1] = _src.get(_curRow[0]); } return _curRow[0] != null; |
| |||
if (_rowKeys.hasNext()) { _curRow[0] = _rowKeys.next(); } if (_curRow[0] != null) { _curRow[1] = _src.get(_curRow[0]); } return _curRow[0] != null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |