CloneSet1325


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1994
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/HashtableDataSet.java
2993
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/MapDataSet.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
94
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/datasetviewer/HashtableDataSet.java

if (_rowKeys.hasNext()) {
  _curRow[0] = _rowKeys.next();
}
if (_curRow[0] != null) {
  _curRow[1] = _src.get(_curRow[0]);
}
return _curRow[0] != null;


First
Previous
Clone Instance
2
Line Count
9
Source Line
93
Source File
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;


Clone AbstractionParameter Count: 0Parameter Bindings

if (_rowKeys.hasNext()) {
  _curRow[0] = _rowKeys.next();
}
if (_curRow[0] != null) {
  _curRow[1] = _src.get(_curRow[0]);
}
return _curRow[0] != null;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None